HTML Quiz
HTML Quiz
A. Scripting Language
B. Markup Language
C. Programming Language
D. Network Protocol
Ans(B)
A. <head>
B. <title>
C. <html>
D. <document>
Ans(C)
A. <head>
B. <title>
C. <html>
D. <document>
Ans(C)
A. < dl >
B. < ol >
C. < list >
D. < ul >
Answer: Option B
5. Tags and texts that are not directly displayed on the page are written in _____
section.
A. <head>
B. <title>
C. <body>
D. <html>
Ans(A)
6. The correct sequence of HTML tags for starting a webpage is -
Ans(D)
a. <br>
b. <a>
c. <pre>
d. <b>
Ans(A)
a. # and #
b. { and }
c. ! and ?
d. < and >
a. new line
b. vertical ruler
c. new paragraph
d. horizontal ruler
a. .ht
b. .html
c. .hml
d. None of the above
Answer: (b) .html
12. In HTML5, which of the following tag is used to initialize the document type?
a. <Doctype HTML>
b. <\Doctype html>
c. <Doctype>
d. <!DOCTYPE html>
14. How to insert an image in HTML?
15. Which of the following tag is used to make the underlined text?
a. <i>
b. <ul>
c. <u>
d. <pre>
Answer: (c) <u>
16. 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: (d) <option>
19. Which of the following is not the form type for adding text?
a. Password Input
b. Text Input
c. Text Area
d. Submit Button
Ans(D)