+ 1
How can I change the font style in HTML?
3 Answers
+ 4
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.
+ 1
Can you give me simple example?