<!DOCTYPE html PUBLIC “ - //W3C// DTD XHTML 1.0 Transitional// EN”
“http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd”>
<html>
<head>
</head>
<body>
<ul>
<li>New sunglasses</li>
<li>computer</li>
<li>paintgs for my walls</li>
<li>hot pocket</li>
</ul>
</body>
</html>
<!DOCTYPE html PUBLIC “ - //W3C// DTD XHTML 1.0 Transitional// EN”
“http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd”>
<html>
<head>
</head>
<body>
<ol>
<li>New sunglasses</li>
<li>computer</li>
<li>paintgs for my walls</li>
<li>hot pocket</li>
</ol>
</body>
</html>
Comments
Post a Comment