XHTML
<!DOCTYPE Doctype wc3 standard goes here>
<html xmlns="http://www.jsnyder.co.uk">
<head>
<title>Title goes here</title>
</head>
<body>
<h1>Bad HTML
<p>This is a paragraph</p>
<p>This is another paragraph</p>
<ul>
  <li>Brazilian</li>
  <li>Indian
    <ul>
      <li>Black Brazilian</li>
      <li>Brown Indian</li>
    </ul>
  </li>
  <li>Danish</li>
</ul>
A break: <br />
A horizontal rule: <hr />
An image: <img src="profile.gif" alt="profile picture" />
</body>
</html>
<body>
</body>
</html>
 
1 comment:
XML/HTML/XHTML is a structured way of describing the skeleton of a webpage.
Post a Comment