MCQ
Which tag underlines text in HTML?
Unit-3 Programming Fundamentals
A
<i>
B
<b>
C
<u>
D
<s>
Explanation
The <u> tag underlines the enclosed text.
Related MCQs
How many total times will the body of these nested loops execute: for (i = 1; i <= 3; i++) { for (j = 1; j <= 2; j++) { } }
Unit-3 Programming Fundamentals
View
Which symbol is used to end a statement in JavaScript?
Unit-3 Programming Fundamentals
View
Which attribute is used with the <a> tag to specify the destination of the link?
Unit-3 Programming Fundamentals
View
Which heading tag displays the smallest text?
Unit-3 Programming Fundamentals
View
Which tag is used to create a division or block section in HTML?
Unit-3 Programming Fundamentals
View
What is the purpose of CSS in web development?
Unit-3 Programming Fundamentals
View