MCQ
Which tag makes text italic in HTML?
Unit-3 Programming Fundamentals
A <i>
B <b>
C <u>
D <p>
Explanation

The <i> tag renders the enclosed text in italic style.