HTMLHTML TutorialHTML Codes/Generators
HTML Background Code
HTML TagsHTML Color HTML Color Chart HTML Comment Box Code HTML Scrollbox Code HTML Text Code HTML Image Code HTML Marquee Code HTML Music Code HTML Video Code HTML Form Code HTML Frames Code HTML Entities HTML Examples HTML Help/Cheat Sheet HTML Templates More Codes... HTML Generator HTML Table Generator Marquee Generator Music Code Generator HTML Text Generator Text Box Generator MySpace Generators More Generators... HTML 5 Tags Create a Website |
HTML Background CodeThis article provides HTML background code - code for setting the background properties of an HTML element. The following examples use Cascading Style Sheets (CSS). CSS is the best way of setting the background properties in your HTML. It's more flexible than the (outdated) HTML method (more on that below). Using CSS, you can set the background properties of any HTML element. Plus you can do things like, specify an image's position, whether it should repeat, how it should repeat etc. Background ColorYou can set the background color of any HTML element using the Code: Result: HTML background code is limited, CSS background code is much better! Choose a color with the HTML color chart. Background ImageYou can set a background image using the Using the code below, you need to change Code: Result: HTML background code is limited, CSS background code is much better! Fixed Background ImageYou can fix the position of a background image so that its position is fixed even if its containing block scrolls. You do this with the This results in: HTML background code is limited, CSS background code is much better! example shows how a background image can be set to a fixed position - even though its containing block scrolls. Shorthand Background CodeYou can use the CSS Therefore, using the previous code example, we could rewrite it to this: HTML background code is limited, CSS background code is much better! example shows how a background image can be set to a fixed position - even though its containing block scrolls. Backgrounds for the Whole PageTo set the background properties for the whole page, simply apply the property/properties to the
Backgrounds for your Whole WebsiteTo apply background properties to your whole website, you should place the background code into an external style sheet. Doing this will save you from having to copy/paste the code on to multiple pages. External style sheets enable you to write the code once, then apply it to your whole site (regardless of how many pages you have). Oh, and external style sheets are extremely easy to create! Full List of Background PropertiesHere's a list of CSS background properties you can use on your HTML elements:
HTML Background Code (deprecated)The above examples demonstrate the best way of setting the background of your web pages - using CSS. You may occasionally encounter an old web page where the background has been set using HTML (instead of CSS). Something like this:
<body background="/images/image_name.gif" bgcolor="orange">
This is the old way of specifying background. Until CSS came along, this was the only way to set background properties in HTML. HTML is very limited for setting backgrounds. You can only specify a background image on one tag (the This method of specifying the background is deprecated (i.e. not recommended) - you should use the CSS methods above to set background properties. |
Need Website Content?
Get unique, quality digital content for your website.
|