Computer Science, asked by kartikbhoriya395, 1 year ago

How to change text font in HTML?

Answers

Answered by honeygupta4
1

Hey mate!!

here's your 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.

Formula:

<font size="7"color="aqua">text<font>

here size and color is totally your call...

★★Hope it will be helpful for you★★

Similar questions