mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|