mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
333 B
HTML
13 lines
333 B
HTML
<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>
|