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-1


1. HTML stands for

a) Hyper Tag Markup Language
b) HyperText and links Markup Language
c) HyperText Markup Language
d) None of the above



2. Which tag tells the browser where the page starts and stops?

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



3. To create HTML page, you need

a) Web Browser
b) Text Editor
c) Both (a) and (b)
d) None of the above



4. The <body> tag is used after

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



5. All HTML tags are enclosed in

a) { and }
b) [ and ]
c) # and #
d) < and >



6. Tags that have both opening and closing tags are called

a) Void Tags
b) Paired Tags
c) Document tags
d) None of the above



7. Tags that don't have a closing tag or any contents are called as

a) Void Tags
b) Paired Tags
c) Document tags
d) None of the above



8. The correct sequence of HTML tags for starting a webpage is

a) Head, Title, HTML, Body
b) HTML, Body, Title, Body
c) HTML, Head, Title, Body
d) HTML, Head, Title, Body



9. Which character is used to represent the closing of a tag?

a) /
b) \
c) !
d) ,



10. <!-- --> is a ______

a) Comment tag
b) Document tag
c) Void tag
d) Singular tag



- Related Topics