The Internet Classroom
More HTML: headings, hr, lists, definition lists
2007/06/20 09:51:45 PDT by kass
Edited at 2007/06/20 11:36:43 PDT
[kass's avatar]
<html>

<head>
<title>More HTML!</title>
</head>

<body>

<h1>Heading One!</h1>
<h2>Heading two!</h2>
<h3>Heading three!</h3>
<p>Nice.  :x  </p>
<p>Nice.  :x  </p>

<hr />

<p>Nice.  :x  </p>

<ul>
  <li>Open HTML tag</li>
  <li>Open head section</li>
  <li>Open title</li>
  <li>Name the document</li>
  <li>Close title</li>
  <li>Close head</li>
  <li>Open body
    <ul>
      <li>Put your cool content here</li>
    </ul>
  </li>
  <li>Close body</li>
  <li>Close HTML</li>
</ul>

<hr />

<dl>
<dt>HTML</dt> 
  <dd>Root element of an HTML document</dd>
  <dd>First opening tag</dd>
<dt>body tag</dt> 
  <dd>Contains all the content of your HTML document</dd>
</dl>

</body>
</html>
All TIC materials copyright © 2007 Cynthia Nie and Trevor Ridinger
Powered by Io Community Manager