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.
Related MCQs
What would happen if the src attribute is missing from an <img> tag?
Unit-3 Programming Fundamentals
View
Which operator is used to find the remainder of a division in JavaScript?
Unit-3 Programming Fundamentals
View
Which attribute specifies the source file of an image in the <img> tag?
Unit-3 Programming Fundamentals
View
Which attribute merges two or more columns in an HTML table cell?
Unit-3 Programming Fundamentals
View
Which tag underlines text in HTML?
Unit-3 Programming Fundamentals
View
What is the purpose of CSS in web development?
Unit-3 Programming Fundamentals
View