Computer Science, asked by wwwvikasrashmi2031, 5 months ago

Name the attribute of font tag​

Answers

Answered by Anonymous
7

Answer:

The font tag is having three attributes called size, color, and face to customize your fonts.

Answered by richa258
2

The font tag is having three attributes called size, color, and face to customize your fonts.

Explanation: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.

Similar questions