CBSE Class 10 Computer Applications Question 117 of 176

HTML I — Basic HTML Elements — Question 16

Back to all questions
16
Question

Question 12

Which tag do we use to change the size and style (face) of the text of a HTML file viewed on a Web Browser ? Also explain any two attributes used with this tag.

Answer

We use the <FONT> tag to change the size and style (face) of the text of a HTML file viewed on a Web Browser. Two attributes of the <FONT> tag are:

  1. Face — It is used to change the font style of the text.
  2. Size — It is used to change the size of text.