HTML Cookbook Basic HTML Course

It's Easy!



This is a sample page with a marble background in a paragraph.

This indented div has a paragraph with the background image. It is 400 pixels wide.

This paragraph uses the background image.

This paragraph does not use the image.

I like this effect so I made a class for it:
.marble { background-image: url(marble.gif)}

Then I put my class in a paragraph:
<p class="marble">

I also made pages using this background-image in a page, a div and a span.



Valid XHTML 1.0!

Valid CSS!