How to Change font color and size in HTML: 2 Easy steps
HTML is a language for creating webpages, We can change font size and
color very eaisly in HTML Document, Here are easy steps to change the
Color of font.
Method 1 of 2 Changing Font Color:
STEP ONE:
Enter the text you wanted to change color.
STEP TWO:
Write the following tag around the text, <font color=red>Your text</font>.
Color of the text will be changed to red.
Method 2 of 2 Changing font size:
We have 6 levels of font sizes in HTML, here we are using level 5, you
can use anyone.
STEP ONE:
Enter the text to be resized.
STEP TWO:
Use following code, <font size=5>your text</font>.
Font size will be changed!
color very eaisly in HTML Document, Here are easy steps to change the
Color of font.
Method 1 of 2 Changing Font Color:
STEP ONE:
Enter the text you wanted to change color.
STEP TWO:
Write the following tag around the text, <font color=red>Your text</font>.
Color of the text will be changed to red.
Method 2 of 2 Changing font size:
We have 6 levels of font sizes in HTML, here we are using level 5, you
can use anyone.
STEP ONE:
Enter the text to be resized.
STEP TWO:
Use following code, <font size=5>your text</font>.
Font size will be changed!
Comments
Post a Comment