Saved Bookmarks
| 1. |
Which tag is used to change the font style ? |
|
Answer» 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 tag, with the CSS property font-family, font-size, font-style, etc. HTML5 do not SUPPORT the tag, so the CSS style is used to change font. |
|