Changing the look of the text or font with html
Font Face is the look of the text <font face="Arial">Text Here</font>
Font Size is the size of the text <font size="3">Text Here</font>
Font Color is the color of the text, <font color="green">Text Here</font>
You can combine the codes, < font size="3" color="#800000">Text Here< /font>
Primary Font Colors can be typed out: red, green, blue, etc..
or for more choices of colors, you can use html color charts to get the color code.
Here are a few examples of other text codes:
Bold Text: <b>text</b>
Italic Text: <i>text</i>
Underline the Text: <u>text</u>
Font Face sets the way the text looks.
There are many to choose from.
Below are a few examples
Arial
Arial Black
Courier
Below is the code for the font face (Arial Black):
Font Size sets the size of the text.
Below is the code for font size:
Below is the code for font color:
Below is the code for Bold Text:
Below is the code for Italic Text:
Below is the code for Underlined Text:
No comments:
Post a Comment
Leave A Comment