1. What does the abbreviation HTML stand for ?

A) Hyper Test Markup Language

B) Hyper Text Markup Language

C) Hyper Text Marking Language

D) Hyper Text Marked Language

Correct Answer: Hyper Text Markup Language

Explanation : HTML stands for HyperText Markup Language.


2. Which tag is used to create an ordered list in HTML?

A) <list>

B) <ol>

C) <ul>

D) <dl>

Correct Answer: <ol>

Explanation : <ol> tag is used to create an ordered list in HTML.


3. The correct sequence of HTML tags to start a web page is …………?

A) Head, title, html, body

B) HTML, body, title, head

C) HTML, head, title, body

D) HTML, title, head, body

Correct Answer: HTML, head, title, body

Explanation : HTML, head, title, body are the correct sequence of HTML tags to start a web page?


4. Which of the following tags do you use to add a plain color background to a web page?

A) <body bgcolor="36,24,35">

B) <body color="#FF000">

C) <body bgcolor= “#FF000”>

D) ALL OF THE ABOVE

Correct Answer: <body bgcolor= “#FF000”>

Explanation : You are used to <body bgcolor= “#FF000”> tags to add a plain color background to the web page.


5. H1 is the text size larger than H2.

A) True

B) False

Correct Answer: True


6. The “br” element is used to add a paragraph to the text.

A) True

B) False

Correct Answer: False


7. Relative positioning removes the element from the normal flow of the element on the page.

A) True

B) False

Correct Answer: False


8. Choose the right HTML tag for the smallest size heading.

A) <h1>

B) <h6>

C) <h5>

D) <h3>

Correct Answer: <h6>

Explanation : The correct HTML tag for the smallest heading size is <h6>.


9. Which tag is used to display the picture on the HTML page?

A) <image>

B) <ima>

C) <imag>

D) <img>

Correct Answer: <img>

Explanation : The picture is displayed using the <img> tag on the HTML page.


10. Which of the following attributes specifies the name of the image file?

A) Font

B) SRC

C) Size

D) Color

Correct Answer: SRC

Explanation : SRC attributes specifies the name of the image file. SRC stands for source


11. HTML allows us to use ___ levels of headings.

A) 4

B) 6

C) 5

D) 1

Correct Answer: 6

Explanation : HTML allows us to use 6 levels of headings.


12. What is the attribute of Meta tag?

A) Name

B) Content

C) Both (a) and (b)

D) None

Correct Answer: Both (a) and (b)


13. Which part of HTML metadata is contained?

A) title tag

B) head tag

C) body tag

D) html tag

Correct Answer: head tag

Explanation : What is contained in the head tag part of HTML metadata.


14. Table data or cells in HTML tables are defined by ?

A) <th> tag

B) <t data>

C) <td> tag

D) <tr> tag

Correct Answer: <td> tag

Explanation : Table data or cells in HTML tables are defined by <td> tag.


15. Which of the following is used to read and render HTML pages?

A) Web network

B) Web server

C) Web browser

D) Web matrix

Correct Answer: Web browser

Explanation : Web browser used to read and render HTML pages.