TOP HTML 5 Multiple Choice Questions & Answers

1) HTML stands for –

A.HighText Machine Language

B.HyperText and links Markup Language

C.HyperText Markup Language

D. None of these
Answer: C

2) The correct sequence of HTML tags for starting a webpage is –

A.Head, Title, HTML, body

B.HTML, Body, Title, Head

C.HTML, Head, Title, Body

D.HTML, Body, Head, Title
Answer: C

3) Which of the following tag is used to mark a begining of paragraph ?

A.< TD >

B.< br >

C.< TR >

D.< P >
Answer: D

4)Correct HTML tag for the largest heading is –

A.< head >

B.< h6 >

C.< heading >

D.< h1 >
Answer: D