Computer Science, asked by Saba8552, 3 months ago

Write a note on the font element ant it's attributes

Answers

Answered by tinysingapore
1

<font> has quite a few elements. The <font> tag allows you to change size, colour, and style. The attributes are as follows:

<font face="..."> Face is to change the style, from the default (Times New Roman) to any other font. For example: <font face="Courier New">

<font size="..."> Size is to change the size of the text. For example: <font size="5">

<font color="..."> Color is to change the colour of the text, from the default of black. For example: <font color="Cyan">

Hope I helped!

Similar questions