Saturday, October 13, 2012

Address Tag


<html>
 <head>
  <title>Working with Section Elements</title>
 </head>
 <body>
  <aside style="float: right; width: 200px;">
   You can also learn about the Section elements by navigating to this <a href="http://www.w3.org/TR/html5/sections.html#sections">LINK</a>.
  </aside>
  <article>
   <header>
     <h1>
Title of the Article </h1>
<a href="http://www.w3.org/TR/html5/sections.html#sections"> Section Elements</a>
   </header>
   This content is defined in the ARTICLE element.<br />

  </article>


  <address>
   This articel is written by:<br />

   <a href="http://www.blogger.com/Anderson/"> Mathew Anderson</a> and
   <a href="http://www.blogger.com/Dave/">Matt Dave</a>  
  </address>
</body>
</html>


2 comments: