'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
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>
|
|
|