What are HTML Fonts ?
Fonts are very important role in making of website.
It make website more attractive user Friendly and make the content readable.
Font face and color entirely on the computer and browser that is being used to view your page but you can use Html <font> tag to add style,size and color or the text on
your website. you can use <basefont> tag to set all your text to same size face and color.
The font tag have three Attribute
size,color and face.
The text that follows will remain same until you close with </Font> tag.
We can use one or all of the font Attribute within one <font> tag.
1. Setting Font Size :-
We can set content Font size using Size attribute. The range value is from 1(smallest) to 7(largest).
The default size of Font is 3.
How we can use the Size Attribute.
<font size="Size is Written Inside The dubble quotes">Anything</font>
Eg:-
Code:-
2. Setting Font Face:-
HTML Sapport many font face to apply those we have to use face Attribute in side the Font tag.
But if the user viewing the page doesn't have the Font installed, they will not able to see the Font Written in website. So the user will see the default Font Face which is preinstalled in the user's computer.
We can use the face Attribute
<font face"Name of any font" size"Size of font">Anything</font>
Eg:-