Lesson 5: HTML Graphics
(Background Graphics)

Using a softer, more subtle texture makes reading the page much easier.

<!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/stucco.gif" bgcolor="#ffffff" 
  text="black" link="blue" vlink="#666666">
<br /> <b> <center> <h1>JOHNSON STUCCO COMPANY</h1> <br /> <font size="+1">BUILDING QUALITY HOMES SINCE 1948</font><br /> <a href="mailto:help@johnsonstucco.com">Email us</a> for a free estimate. </center> </b> </body> </html>