Where does the HTML font color settings change, and what does the HTML set font color code methods have?
Today for everyone to introduce the method of setting font color in HTML, how to modify the font color, how to get the font color accurately.
First, HTML font color settings-TOP
In HTML we use the font tag to set the color of the font content.
1. Font syntax:
<font color= "#FF0000" > I am the red font </font>
First the font is a pair of regular labels, the font text content placed in the label, the font tag set color color + corresponding color value can set the font label object within the color.
2. html font Set Font Color instance
2-1, HTML font Color instance complete code:
<! DOCTYPE html>
HTML font color settings where changes to the end of this, the need for friends can continue to follow the site.
Related reading:
CSS3 Implementing a Shadow effect instance
Some points to be aware of in CSS layout
CSS animation to implement the pause and play the function of the tutorial