China Naming Network - Auspicious day query - HTML code for setting font format
HTML code for setting font format
HTML tags:
Bold format
Italic format
Small font format
The font size value of this paragraph is 2.
The font of this paragraph is arial.
Text subscript format
Text superscript format
CSS format:
#span1 {font-weight:bold; /*bold*/
font-size:16px;/*font size*/
font-family:arial;/*font is arial*/
color:#ff0000;/*Color red*/
background-color:#fffff/*Background color white*/
}