Computer Applications

With which HTML tag do you apply attributes that modify text size, font-face, and color ?

  1. <font>
  2. <mod>
  3. <f>
  4. <text>

HTML Intro

4 Likes

Answer

<font>

Reason — We apply size, face, and color attributes with <FONT> tag to modify text size, font-face, and color of the text.

Answered By

3 Likes


Related Questions