mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
30 lines
504 B
HTML
30 lines
504 B
HTML
<html>
|
|
|
|
<META NAME="Producer" CONTENT="bahr">
|
|
|
|
<body>
|
|
|
|
|
|
<h2><center>Text in H2 and center</center></h2>
|
|
after H2 tag.
|
|
<p>text in p tag.
|
|
<center>Text in center, start new line</center>
|
|
text after center.
|
|
<br> another line in the same Paragraph/
|
|
|
|
<p>text in p tag. Same as above, but added a P tag before Center tag.
|
|
<p>
|
|
<center>Text in center, start new line</center>
|
|
text after center.
|
|
<br> another line in the same Paragraph
|
|
|
|
|
|
<h4>Text in H4
|
|
<p> text in H4 and P
|
|
<br> more text
|
|
</h4>
|
|
|
|
</body>
|
|
</html>
|
|
|