<html>
  <head>
    <h1>Tags</h1>
    <h4>This page will show you how to do tags.</h4>
  </head>
<body>
  <p>Here is a list of tags:<br>
    <br>
    <a href="http://htmlteaching.yolasite.com">Learn html</a>
    <br>
    Here I'll draw up a list of ornanments
    <br>
    <dir>
      <li>China Dolls</li>
      <li>Broaches</li>
      <li>Buddahs</li>
      <li>Dogs</li>
  </dir>
  <br>
  You may remember that tag from a previous page.
  <br>
  <b><i>This is another 1 you may remember as Bold and Italics.</i></b>
  <br>
  <aside>This tag will state something aside of what is being discussed</aside>
  <br>
  <kbd>This is the keyboard tag to state keyboard input</kbd>
  <br>
  <br>
  The next lesson is<acronym title="To Be Confirmed">TBC</acronym>
  <br>
  <br>
  <div>Div is another 1 you may have seen me use.  It's basically to seperate lines either inside or outside a paragraph</div>
  <br>
  <br>
  <centre>This is the Metadata used to centre alllign text.</centre>
  </p>
  </body>
<foot>
  <f1>&#169;</f1>
</foot>
<html>



©Alan Masterton