Loading...

HTML Multiple Choice Questions

Our HTML questions and answers focuses on all areas of HTML Language language covering 100+ topics in HTML

HTML Tags MCQs

HTML Tags-3


1. Which of the following element is used to add rows in the table?

a) <td> tag
b) <th> tag
c) <tr> tag
d) None of the above



2. The <hr> tag is also known as

a) new line
b) vertical ruler
c) new paragraph
d) horizontal ruler



3. Which tag is used to display the text with scrolling effect?

a) <marquee> tag
b) <scroll> tag
c) <div> tag
d) None of the above



4. Which of the following is the container for <tr>, <th>, and <td>?

a) <data>
b) <table>
c) <group>
d) All of the above



5. What are the types of unordered or bulleted list?

a) disc, square, triangle
b) polygon, triangle, circle
c) disc, circle, square
d) All of the above



6. Which of the following is the paragraph tag?

a) <p>
b) <b>
c) <pre>
d) None of the above



7. The tags in HTML are

a) Case-sensitive
b) in uppercase
c) not case sensitive
d) in lowercase



8. Which tag is the root tag of the HTML document?

a) <body> tag
b) <head> tag
c) <title> tag
d) <html> tag



9. The <base> tag is designed to appear only between _______

a) <body>
b) <head>
c) <title>
d) None of the above



10. Which tag is used to add a paragraph break after the text?

a) <br> tag
b) <p> tag
c) <paragraph> tag
d) <hr> tag



- Related Topics