Multiple choice technology web technology

Choose the correct HTML tag to make a text italic

  1. <italic>

  2. <text="italic>

  3. <ui>

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

The tag is the correct HTML element for making text italic. It is a standard HTML tag for italic text rendering. Option B uses a non-existent tag. Options C and D are incorrect HTML syntax.