MCQ
Which tag creates an unordered (bulleted) list?
Unit-3 Programming Fundamentals
A
<ol>
B
<ul>
C
<li>
D
<dl>
Explanation
The <ul> tag creates an unordered list which uses bullet markers.
Related MCQs
Which function is commonly used to print output or debug values in JavaScript?
Unit-3 Programming Fundamentals
View
Which CSS property is used to change the font size of text?
Unit-3 Programming Fundamentals
View
If an ordered list is written as <ol start="3">, with which number does it begin?
Unit-3 Programming Fundamentals
View
What does a web browser do with an HTML file?
Unit-3 Programming Fundamentals
View
What is the purpose of the alt attribute in the <img> tag?
Unit-3 Programming Fundamentals
View
Which tag is used to insert an image in a web page?
Unit-3 Programming Fundamentals
View