187671-1.html 333 B

12345678910111213
  1. <a href="http://mozillazine.org/">Link text</a>
  2. <SPAN><p>Paragraph text</p></span>
  3. <!-- The styles have to be after the content. (In the original, the styles were loaded using javascript, with the style sheet loaded depending on the browser.) -->
  4. <style>
  5. a {font-size: 13px }
  6. span {position: relative;}
  7. </style>