HTML Multiple Choice Questions
Question 1
How many heading tags are present in HTML?
A. 1B. 6
C. 5
D. 3
Question 2
Which attribute in HTML Tag is used to identify a unique Element?
A. IdB. Type
C. Class
D. None
Question 3
Which HTML Tag is used to define description data?
A. ulB. ol
C. dd
D. dl
Question 4
Which tag is used to define quotations in HTML?
A. quoteB. blockquote
C. block
D. None
Question 5
What is the correct syntax to write an HTML comment?
A. // CommentB. #Comment
C. <!--Comment-->
D. /*comment*/
Question 6
Which Attribute is used to set border colors in HTML?
A. border-colorB. border
C. Both A and B
D. None
Question 7
Which HTML Tag is the root element of an HTML document?
A. HTMLB. Body
C. Head
D. Foot
Question 8
Which HTML tags is used to add a row to a table in HTML?
A. trB. th
C. td
D. None
Question 9
Which of the following are examples of block-level elements in HTML?
A. divB. h2
C. p
D. All
Question 10
Which tag is used to include Javascript in HTML?
A. linkB. script
C. select
D. None
Related FAQ
Here are some more FAQ related to this topic: