Coding Wiki
Most Common Coding Questions
Find answers to popular programming questions and level up your coding skills
Italic html
Learn how to use italic markup in HTML
Answer:
What does italics in HTML refer to?
html
<i>italic text</i>
In HTML, italics are achieved by surrounding the text with the <i> or <em> tags.