write a HTML ppgramto demonstrate FONT tag and its attributes
Answers
Answered by
3
Answer:
The HTML <font> tag defines the font size, color and face of text in the HTML document. Since this tag was removed in HTML5, it is recommended that you use CSS properties such as font, font-family, font-size and color to format the text in the document. This tag is also commonly referred to as the <font> element.
HOPE IT HELPS....
Answered by
0
The font tag is having three attributes called size, color, and face to customize your fonts. To change any of the font attributes at any time within your webpage, simply use the <font> tag.
Similar questions