Multiple choice technology web technology

Choose the correct HTML tag to make a text italic

  1. <italic>

  2. <il>

  3. <it>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag is the correct HTML element for italicized text. Though CSS font-style is preferred for styling, remains valid. , , and are not valid HTML elements.