2. Explain the font element with an example.
Answers
Answered by
0
Answer:
The <font> tag defines the font characteristics. Size, color and typeface are defined by the size, color and face attributes. The <font> tag is a deprecated HTML tag. Instead of it, use CSS styles (see an example below).
Similar questions