How To Add A Font Style and Colour to Your HTML Page

Now this will be extremely quick.





Using the same code as last 3 articles


1. Bring your cursor just before the text whose font style and colour you want to change.

2. To change style write this 

<font face = "style you want">
I have used Times New Roman. You can use Verdana or Arial or many others.

3. If you want to change colour, bring your cursor between "style" and ">". At the end it should look like this.

<font face = "style you want" color = "blue">

If you only want to change colour, you have to write "font" before "colour".


hope you enjoyed this 4 part series. make sure you follow and comment down below.

Thanks!

Comments