HTML

A subset of the....

HTML documents consist.....


End of Example
Once again, here is what the top part of this page looks like in HTML:


   <HTML>	
      <HEAD>
         <TITLE> Writing For The Web</TITLE>
      </HEAD>
      <BODY>
         <H1>HTML </H1>
         <P>A subset of the.....</P>
         <P>HTML documents consist.....</P>
      </BODY>
   </HTML>
In the above example:
Return to: HTML

Page Updated: Tuesday, 28-Jan-97
http://bones.med.ohio-state.edu/eric/papers/primer/example1.html