Here we have shared HTML Multiple Choice Questions with Answers to know your skill level about HTML. This quiz can also help you in interview preparation. As we know that front-end web development requires basic knowledge of HTML, CSS and JavaScript. If you are going to get a job for the post of Front-end-Developer then you may be asked some questions from HTML language. Let’s take a look at HTML MCQ (Multiple Choice Questions).

HTML MCQ With Answers

[HDquiz quiz = “411”]

Q.1 The HTML Document itself begins with

  1. <html>
  2. <p>
  3. <body>
  4. <!DOCTYPE>

Correct Answer is 1.


Q.2 In HTML document the visible part starts from the declaration of

  1. <!DOCTYPE html>
  2. <body>
  3. <p>
  4. <html>

Correct Answer is 2.


Q.3 A webpage displays a picture. What tag was used to display that picture?

  1. picture
  2. image
  3. img
  4. src

Correct Answer is 3.


Q.4 <b> tag makes the enclosed text bold. What is other tag to make text bold?

  1. <emp>
  2. <strong>
  3. <dar>
  4. <black>

Correct Answer is 2.


Q.5 Which tag inserts a line horizontally on your web page?

  1. <line direction=”horizontal”>
  2. <line>
  3. <tr>
  4. <hr>

Correct Answer is 4.


Q.6 Tags and test that are not directly displayed on the page are written in _ section.

  1. <html>
  2. <head>
  3. <title>
  4. <body>

Correct Answer is 2.


Q.7 What should be the first tag in any HTML document?

  1. <head>
  2. <title>
  3. <html>
  4. <document>

Correct Answer is 3.


Q.8 How can you make a bulleted list?

  1. <list>
  2. <nl>
  3. <ul>
  4. <ol>

Correct Answer is 3.


Q.9 How can you make a numbered list?

  1. <ul>
  2. <list>
  3. <ol>
  4. <nl>

Correct Answer is 3.


Q.10 Which tag allows you to add a row in a table?

  1. <td> </td>
  2. <cr> </cr>
  3. <th< </th>
  4. <tr> </tr>

Correct Answer is 4.


Q.11 Choose the correct HTML tag to make a text italic?

  1. <italic>
  2. <italics>
  3. <i>
  4. <il>

Correct Answer is 4.


Q.12 What is the correct HTML for adding a background color?

  1. <body color=”yellow”>
  2. <body bgcolor=”yellow”>
  3. <background>yellow</background>
  4. <body background=”yellow”>

Correct Answer is 2.


Q.13 Choose the correct HTML tag for the smallest size heading?

  1. <heading>
  2. <h6>
  3. <head>
  4. <h4>

Correct Answer is 2.


Q.14 What is the correct HTML tag for inserting a line break?

  1. <lb>
  2. <br>
  3. <break>
  4. <newline>

Correct Answer is 2.


Q.15 Which tag creates a check box for a form in HTML?

  1. <checkbox>
  2. <input type=”checkbox”>
  3. <input=checkbox>
  4. <input=checkbox>

Correct Answer is 2.


Also Read:

  • HTML M.C.Q. – Questions And Answers Part- 2
  • HTML M.C.Q. – Questions And Answers Part3
  • HTML M.C.Q. – Questions And Answers Part- 4
  • HTML M.C.Q. – Questions And Answers Part- 5
  • HTML M.C.Q. – Questions And Answers Part- 6
  • HTML M.C.Q. – Questions And Answers Part- 7
  • HTML M.C.Q. – Questions And Answers Part- 8
  • HTML M.C.Q. – Questions And Answers Part- 9
  • HTML M.C.Q. – Questions And Answers Part- 10

Categorized in: