Font in html
We can set the font,size and color of the text in the webpage.The tag <basefont>is the set the font.
Syntax
<basefont face=font_name>
Example
We can set the font,size and color of the text in the webpage.The tag <basefont>is the set the font.
Syntax
<basefont face=font_name>
Example
<html> <head> <title> Html font </title> </head> <body> <basefont face='arial' size='20'> Today is greeny day<br/> Today is graceful day</br> </font> </body> </html> |
0 comments:
Post a Comment