tracking codes

Monday, July 16, 2012

Inserting Background

This is how to insert a background image to your web page

1. Use the command "Body Background = " see codes below"
2. the address / your image must be located in the same folder with the html document.
                 example:
3. I use the free.jpg as my background. after using it, I save my HTML file together with the picture in the same folder.
4. Here is my sample output.
          



<html>
<body background="free.jpg">
<h1>Hello world!</h1>
<br>
<br>
<p>This is a sample of body background tag.</p>
</body>
</html>

No comments:

Post a Comment