Sample of valid code for the practice file named practice-xhtml.html

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

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Student Name</title>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />

</head>

<body>

<h2 align="center" >Student Information</h2>

<p>I have been a Parkland student off and on for 30 years.</p>

<p>My favorite place to eat when someone else is paying the bill is the Great Impasta in downtown Champaign. I like just about everything on the menu, especially the desserts!</p>

<hr />

<p>Your name <br />
Street address<br />
City, ST zip</p>

</body>

</html>

Hosted by www.Geocities.ws

1