<class home>  <html part II>   <back   next>

html continued

Centering things on the Page:

<center>
Use an opening and closing tag around items you need to center.<center>item</center.


example>>>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title>Pony Pony Pony</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<center>Here is the Pony <img src="pony.gif" /></center>
</body>
</html>