blob: 7395c23b42bf813313c3baab44c29f1059748bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<a href="http://mozillazine.org/">Link text</a>
<SPAN><p>Paragraph text</p></span>
<!-- 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.) -->
<style>
a {font-size: 13px }
span {position: relative;}
</style>
|