css/h02text.php

<html>
 <head>
  <title>h012text example</title>
 </head>
 <body>
<h1>Beispiele</h1>
<ul>
<li> <b>bold text</b> und nicht mehr
<li> <b>italic text</b> und nicht mehr</ul>
<li> mit<sub>subscript<sub> subsubScript </sub> zurück</sub> zurück
<li> mit<sup>superscript<sup> supersuperScript </sup> zurück</sup> zurück
<li> br = br<br/>eak
<li>hr = horizontal<hr/>rule
<li> hier <ins>insert'd</ins> und <del>deleted</del>
</ul>

 <h1>Source</h1>
<?php highlight_file('h02text.php') ?>
 </body>
</html>