HTML
Code | Beschreibung |
<br /> | Absatz |
N.V. | |
<p> | N.V. |
<hr> | Horizontale Linie |
Kategorien im Text: |
Beschreibung |
<strong>Text</strong> | Fett |
<em>Text</em> | Kursiv |
<u>Text</u> | Unterstrichen |
<em><strong><u>Text</u></strong></em> | Fett + Kursiv + Unterstrichen |
<strike>Text</strike> | |
<sub>Text</sub> | Tiefgestellt |
<sup>Text</sup> | Hochgestellt |
<sub><sup>Text</sup></sub> | Mittiggestellt |
Bündig: | Beschreibung |
<div style="text-align: left;"> | Linksbüdig |
<div style="text-align: center;"> | Zentriert |
<div style="text-align: right;"> | Rechtsbündig |
<div style="text-align: justify;"> | Blocksatz |
Links: | Beschreibung |
<a href="http://www.gamer-xxx.de.tl">Text</a> | Normaler Link |
<a href="http://www.gamer-xxx-design.de.tl/HTML.htm" target="_blank">Text</a> | Normaler Link in neuem Fenster |
<a href="http://www.gamer-xxx-design.de.tl/HTML.htm" onclick="window.open(this.href,'','resizable=yes,location=no,menubar=no, scrollbars=no,status=no,toolbar=no, fullscreen=no,dependent=no,width=400,height=400,status'); return false">Text</a> |
Normaler Link in einem neuen kleinem Fenster |
Farbiger Text | Beschreibung |
<span style="color: rgb(255, 0, 0);">Text</span> | Text |
<span style="color: rgb(0, 0, 255);">Text</span> | Text |
<span style="color: rgb(51, 153, 102);">Text</span> | Text |
... | ... |
Schriftarten | Beschreibung |
<span style="font-family: Comic Sans MS;">Text</span> | Comic Sans MS |
<span style="font-family: Courier New;">Text</span> | Courier New |
<span style="font-family: Tahoma;">Text</span> | Tahoma |
<span style="font-family: Times New Roman;">Text</span> | Times New Roman |
<span style="font-family: Verdana;">Text</span> | Verdana |