In html text is displayed in italicized by using __ tag
Answers
Answered by
3
Answer:
<i> tag
Explanation:
You can use the em tag to indicate that the text has stress emphasis. Browsers will read this tag and render the text in italics. If you want to italicize text simply for decoration, then you'd use the CSS font-style property and set this property to “italic.” There's another way to italicize text in HTML: the <i> tag.
Answered by
1
In html text is displayed in italicized by using <i> tag.
You can use the em tag to indicate that the text has stress emphasis. Browsers will read this tag and render the text in italics. If you want to italicize text simply for decoration, then you'd use the CSS font-style property and set this property to “italic.”
Similar questions