Computer Science, asked by athiqajaved, 9 months ago

which tag is used to set font, face, size, colour and other attributes for the whole HTML document? answer in one word​

Answers

Answered by arenarohith
9

Answer:

<basefont> tag

You can use a <basefont> tag to set all of your text to the same size, face, and color. The font tag is having three attributes called size, color, and face to customize your fonts.

Answered by abhijithshaji
2

Answer:

  • To change the font face use font face attribute

Format= <FONT FACE= "font name">

  • To chang the font size use size attribute.

Format=<FONT SIZE="value">

  • To change the font colour use colour attribute.

Format =<FONT COLOUR="colour">

Thanks,hope it helps.

Similar questions