HTML referens

Font/text format

html-tag css-format
<b> (bold) {font-weight:bold}
<i> (italic) {font-style:italic}
<u> (understr) {text-decoration:underline}
<strike>,<s> (överstr) {text-decoration:line-through}
<sub;> (subtext) {text-align:sub}
<sup> (supertext) {text-align:super}
<big> (stor text) {font-size:large}
<small> (liten text) {font-size:small}
<font size="n"> (1-7, -7 -> +7) {font-size:n}
1 2 3 4 5 6 7  
<font color="#008800">  #008800 {color:rgb}
<font face="font">  (Comic Sans MS) {font-family:Arial}
Tillbaka