How to Change Font color , Font Size , Font
Step 1 Open notepad.
HTML uses American spelling so be careful at times.
Font colour in HTML is <font color>
You need to tell it the font colour you want to use, so the tag would be <font color=red> and then you need an end of font colour tag which is </font>
Follow this code to change the colours:
Save your work.
Go to your webpage and refresh.
It should look something like this
Repeat for the other font sizes
Save your notepad version and look at your web page version
It will probably look something like this:
Your font goes from being very large (size 7) down to very small (size 1)
Step 1 Open notepad.
HTML uses American spelling so be careful at times.
Font colour in HTML is <font color>
You need to tell it the font colour you want to use, so the tag would be <font color=red> and then you need an end of font colour tag which is </font>
Follow this code to change the colours:
Save your work.
Go to your webpage and refresh.
It should look something like this
2 Font Size
Now type in the <font size=”7”> tag and put an end of font tag </font>Repeat for the other font sizes
Save your notepad version and look at your web page version
It will probably look something like this:
Your font goes from being very large (size 7) down to very small (size 1)