<html>
<head>
<title> Texte formatieren </title>
</head>
<body>
<b> bold, fett formatiert </b> <br>
<i> italic, kursiv formatiert </i><br>
<u> underline, unterstrichen </u><br>
<tt> teletype, Schreibmaschinenschrift </tt><br>
<strike> durchgestrichen </strike><br>
<s> durchgestrichen </s><br>
<big> vergroesserter Text </big><br>
<small> verkleinerter Text </small><br> 
normaler Text <sup> hochgestellter Text meist fuer Zahlen2323 </sup><br> 
normaler Text <sub> tiefgestellter Text </sub><br>
<pre> preformatted - vorformatiert
asfdsafd asdf+ 
    asd
        sdgffsafd 
</pre><br>
<basefont size="3">
<font size="7"> gr&ouml;&szlig;te Schriftgr&ouml;&szlig;e </font> <br>
<font> Standardgr&ouml;&szlig;e </font> <br>
<font size="-2"> kleinste Schriftgr&ouml;&szlig;e relativ </font> <br>
<font size="1"> kleinste Schriftgr&ouml;&szlig;e absolut </font> <br>
<font face="Arial,Helvetica"> Arial </font> <br>
<font face="Symbol"> Symbol </font> <br>
<font face="Comic Sans MS"> Comic Sans MS </font> <br>
</basefont>
<font> Standardgr&ouml;&szlig;e </font> <br>
<font color="yellow"> gelber Text </font> <br>
<font face="Symbol" size="7" color="blue"> Technologisches Gewerbemuseum </font> <br>
</body>
</html>