Lesson 5: HTML Graphics
(Background Graphics)

This example demonstrates how a strongly colored background textures can be effective, but softer textures are still recommended.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Background Textures</title>
</head>

<body background="images/leaves.jpg" bgcolor="#006600" 
  text="white" link="#00ff00" alink="red" vlink="purple">
<br /> <b> <center> <h1>ENGLISH IVY CLUB</h1> <br /> <br /> <font size="+1">MEMBER OF THE NATIONAL IVY LEAGUE</font><br /> <a href="mailto:comments@ivyclub.com">Email us</a> for membership information. </center> </b> </body> </html>