HTML/CSS: "TEXT Formatting"
"TEXT COLOR / TEXT FARBE"
YOUR TEXT |
<font color="green">YOUR TEXT </font>
|
<span style="color: green;">YOUR TEXT </span>
|
"TEXT GRÖSSE / TEXT SIZE"
54321 |
<font size="3">YOUR TEXT </font>
|
<span style="font-size: 12px;">YOUR TEXT </span>
|
"Schrift Art / Font Definition"
YOUR TEXT |
<font face="Monotype Corsiva">YOUR TEXT </font>
|
<span style="font-family: Monotype Corsiva;">YOUR TEXT </span>
|
"Kombination / Combination"
YOUR TEXT |
<font face="Monotype Corsiva" color="green" size="3">YOUR TEXT </font>
|
<span style="font-family: Monotype Corsiva; color: green; font-size: 12px;"> YOUR TEXT </span>
|
"hervorgehobener TEXT / Highlighted Text"
YOUR TEXT |
<span style="background-color:COLOR">YOUR TEXT </span>
|
" Blink Text "
<blink>YOUR TEXT </blink>
|
|||
<p style="text-decoration:blink;">YOUR TEXT </p>
|
|||
Blinking text works only in Firefox, Mozilla and Netscape. Internet Explorer doesn't support it and shows normal words. |
---|
More Additional HTML / CSS Text Properties
°HTML Text Formatting°°CSS Text Properties°
°HTML Hexadecimal Color Code°
°Profile and Sections Text Formating°