HTML Mcq test series.
This Question Series is related to Adityaverse.
If you complete this question series within 30 minutes then I will sure that you know all the basics about HTML
Let The Journey begins.
Question 1.
What is the full form of HTML?
(a) Hyper Text Markup Language
(b) High Text Markup Language
(c) Hyper Text Markdown Language
(d) None of this
Answer
Answer: (a) Hyper Text Markup Language
Question 2.
How many sizes of headers are available in HTML
(a) 5
(b) 1
(c) 3
(d) 6
Answer
Answer: (d) 6
Question 3.
What is the correct sequence of HTML tags
(a) Head,Title,HTML,Body
(b) HTML,Body,Title,Head
(c) HTML,Head,Title,Head
(d) HTML,Head,Title,Body
Answer
Answer: (d) HTML,Head,Title,Body
Question 4.
Which of the following tag is used for inserting the largest heading in HTML
(a) h3
(b) h1
(c) h5
(d) h6
Answer
Answer: (b) h1
Question 5.
Which of the following tag is used to insert a line-break in HTML
(a) br
(b) a
(c) pre
(d) b
Answer
Answer: (a) br
Question 6.
How to create an unordered list in HTML
(a) ul
(b) ol
(c) li
(d) i
Answer
Answer: (a) ul
Question 7.
Choose the correct HTML tag to make a text italic
(a) i
(b) italic
(c) it
(d) il
Answer
Answer: (a) i
Question 8.
Which of the following tag is used to define options in a drop-down selection list?
(a) select
(b) list
(c) dropdown
(d) option
Answer
Answer: (d) option
Question 9.
Html tags are enclosed in-
(a) ##
(b) {}
(c) !?
(d) <>
Answer
Answer: (d) <>
Question 10.
The hr tag in Html is used for-
(a) new line
(b) vertical ruler
(c) new paragraph
(d) horizontal ruler
Answer
Answer: (d) horizontal ruler
Question 11.
Which of the following is correct about HTML
(a) HTML uses User Defined tags
(b) HTML uses tags defined within the language
(c) Both A and B
(d) None of the above
Answer
Answer: (b) Html uses tags defined within the language
Question 12.
What is meant by an empty tag in HTML?
(a) There is no such concept of an empty tag in HTML
(b) An empty tag does not require a closing tag
(c) An empty tag cannot have any content within it
(d) None of the above
Answer
Answer: (b) An empty tag does not require a closing tag
Question 13.
Which attribute is used to provide a unique name to an HTML element?
(a) id
(b) class
(c) type
(d) None of the above
Answer
Answer: (a) id
Question 14.
URL is
(a) user's address
(b) an attribute
(c) source code
(d) web address
Answer
Answer: (d) web address
Question 15.
404 HTTP error is generated due to
(a) on removing the newline character
(b) missing JavaScript file
(c) any missing file
(d) slow loading of web page
Answer
Answer: (c) any missing file
Question 16.
Which of the following is not the element associated with the HTML table layout?
(a) alignment
(b) colour
(c) size
(d) spanning
Answer
Answer: (b) colour
Question 17.
Which element is used for or styling HTML5 Layout?
(a) CSS
(b) jQuery
(c) JavaScript
(d) PHP
Answer
Answer: (a) CSS
Question 18.
Which tag is used to insert images into your web pages?
(a) img
(b) scr
(c) im
(d) None of the above
Answer
Answer: (a) img
Question 19.
A much better approach to establish the base URL is to use the _______element
(a) HEAD
(b) BODY
(c) BASE
(d) None of the above
Answer
Answer: (c) BASE
Question 20.
Which colors consist of equal amounts of all basic colors?
(a) white,blue and grey
(b) white,black and blue
(c) purple,reen and blue
(d) None of the above
Answer
Answer: (b) white,black and blue
Comments