logo

Mit dem TAG <font> lässt sich die Schrift formatiert.

basefont

AttributeWerteBeschreibung
  size=  "Num. Value 1-7"  Größe vom Text, 7 ist am größten
  color=  "rgb hexadecimal, oder name"   Ändert die Schriftfarbe
  face=   "name of font"  Ändert die Schriftart


basefont


nach oben

font

AttributeWerteBeschreibung
  size=  "Num. Value 1-7"  Größe vom Text, 7 ist am größten
  color=  "rgb hexadecimal, oder name"   Ändert die Schriftfarbe
  face=   "name of font"  Ändert die Schriftart

nav

Das ist die Ausgabe der font-Formatierung

Für diesen TAG eignet sich eine *.css Datei besser!


nach oben

size

Font size="1"
Font size="2"
Font size="3"
Font size="4"
Font size="5"
Font size="6"
Font size="7"

Relative Schriftgröße

Font size="-1"
Font size="+1"
Font size="+2"
Font size="+3"
Font size="+4"

nach oben

face

<font face="Times New Roman"></font>
<font face="Verdana">Verdana</font>
<font face="Comic sans MS">Comic Sans MS</font>
<font face="WildWest">WildWest</font>
<font face="Bedrock">Bedrock</font>


nach oben