Computer Science, asked by nilanjandinda50, 1 month ago

which tag is used to change the font style ?

Answers

Answered by poojasourabh5640
1

Answer:

To change the text font in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <p> tag, with the CSS property font-family, font-size, font-style, etc. HTML5 do not support the <font> tag, so the CSS style is used to change font.

Similar questions