HTML-Tag (in blau) | Ergebnis | Farben sollten so angegeben werden | ||
<b> fett </b> | fett | <font color= black> schwarz </font> | schwarz | |
<i> kursiv </i> | kursiv | <font color= white> weiß </font> | weiß | |
<u> unterstichen </u> | unterstrichen | <font color= aqua> blauton </font> | blauton | |
Zeilen<br> umbruch |
Zeilen umbruch |
<font color= blue> blau </font> | blau | |
<font color= fuchsia> rotton </font> | rotton | |||
neuer
<p>Absatz |
neuer
Absatz |
<font color= red> rot </font> | rot | |
<font color= olive> grünton </font> | grünton | |||
<font color= green> grün </font> | green | |||
<h3> Überschrift </h3> |
Überschrift |
<font color= lime> gelbton </font> | gelbton | |
Überschriften geht von <h1> bis <h6>, wobei <h1> die größte ist. | <font color= yellow> gelb </font> | gelb | ||
<font color= silver> grauton </font> | grauton | |||
<ol> <li> Nummern </li> <li> n2 </li> <li> n3 </li> </ol> |
|
<font color= grey> grau </font> | grau | |
<font color= purple> rosarotton </font> | rosarotton | |||
<font color= maroon> maroon </font> | maroon | |||
<font color= navy> navy </font> | navy | |||
<font color= teal> teal </font> | teal | |||
<ul> <li> Aufzählung </li> <li> a2 </li> <li> a3 </li> </ul> |
|
Alle die sich mit HTML auskennen, können
natürlich auch die Hexwerte verwenden. aber ohne "" !! |
||
<font color= #FFFFFF> weiß </font> | weiß | |||
<center> um etwas zu Zentrieren </center> |
<h4>So, wer jetzt noch weiß wo sein Kopf steht, den soll auch gratuliert werden.</h4> <p><font color=#008080>Wer so die HTML-Tags meister,<br> von dem ist man begeister;<br> der Fleiß hat sich rentiert.<br> Man strahlt; man gratuliert!</font></p> <center> <h2><font color=aqua>Rechtschreib-Reform</h2> <h3>Die NEUE</font></h3> </center> <p><b><font color=#FFEB34>Erster Schritt:</font> <i>Wegfall der Großschreibung</i><br> </b>Einer sofortigen einführung steht nichts im wege, zumal schon viele grafiker und werbeleute zur kleinschreibung übergegangen sind.</p> <p><a href=../gimmick/rechtschreib.html>weiter</a> |
Das ganze "sieht" dann so aus: |
So, wer jetzt noch weiß wo sein Kopf steht, den soll auch gratuliert werden.Wer so die HTML-Tags meister, Rechtschreib-ReformDie NEUEErster Schritt: Wegfall der
Großschreibung |