FONT There are three types of font
- Color
- Size
- Face
Syntax of Font is
<font face="magento" color="red" size=20>
Font is given.
</font>
Program
INPUT
<html> <head> <body> <font face="magento" color="red" size=20>Font is given</font> </body> </html>
OUTPUT
![]()