Two ways to italicize text in HTML – Code Academy



In this quick tutorial, I teach you the two ways to italicize text using HTML. The first, and more common method these days, is to use the “em” attribute. This attribute places an emphasis on whatever is being italicized. The second method is to use the “i” attribute. This italicizes the text, but it does not place a special emphasis on the word. This is very often used for things like proper names.

0 views

Leave a Comment