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 Image CodeThis article provides HTML background image code - code for setting a background image on an HTML element. More importantly, it also provides the CSS code for a background image. The CSS method is recommended as it is more powerful, besides, the HTML method is deprecated. CSS allows you to set a background image for any HTML element. Plus you can specify its position, whether it should repeat across the page, how it should repeat etc. Background Image ExampleThe following example specifies a background image for the whole page (via the 'body' tag). We position the image in the center of the page and prevent it from repeating across the page.
Even better, you can use the CSS
Where Do I Put the Code?To apply the background image to every page on your website, put the code into an external style sheet. If you want the background image to appear on a single page only, surround the code by More Background PropertiesHere are more background codes and usage examples. Also, here's a full list of CSS background properties you can apply to your HTML elements:
HTML Method (not recommended)You may occasionally see an old web page with code similar to this:
<body background="/images/image_name.gif">
This is the old way of specifying a background image in HTML, and is now deprecated (outdated and not recommended) by the W3C. Instead of using this method, you should use the CSS method as described above. |
Need Website Content?
Get unique, quality digital content for your website.
|