HTML MCQs with answers Page - 25

Here, you will find a collection of MCQ questions on HTML. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 832.27K Points
Coach

Q. Which of the following is not an empty element?

  • (A) <br/>
  • (B) <hr/>
  • (C) Both <hr/> and <br/>
  • (D) <p/>

A

Admin • 832.27K Points
Coach

Q. Which of the following options follows content model in HTML?

Code:
i.<ul>
     <p>First </p>
  </ul>
ii.<ul>
     <li>Second </li>
  </ul>
  • (A) ii
  • (B) i
  • (C) Neither i nor ii
  • (D) i and ii both

A

Admin • 832.27K Points
Coach

Q. XHTML is case insensitive and HTML is case sensitive.

  • (A) False
  • (B) True
  • (C) NA
  • (D) NA

A

Admin • 832.27K Points
Coach

Q. Which of the following prints bold letters in traditional HTML?

  • (A) <b>Go boldly</b>
  • (B) <b>Go boldly</B>
  • (C) <B>Go boldly</b>
  • (D) All of above

A

Admin • 832.27K Points
Coach

Q. Choose the correct HTML for width attribute and its value.

  • (A) WIDTH=”80″
  • (B) WIDTH=80
  • (C) width=”80″
  • (D) width=80

A

Admin • 832.27K Points
Coach

Q. Choose the correct tag for the largest heading in HTML.

  • (A) head
  • (B) h6
  • (C) heading
  • (D) h1

A

Admin • 832.27K Points
Coach

Q. HTML and XHTML stands for ______

  • (A) Hyper Text Marking Language and EXtensible HyperText Marking Language
  • (B) Hyper Text Marking Language and Extensible HyperText Markup Language
  • (C) Hyper Text Markup Language and Extensible HyperText Marking Language
  • (D) Hyper Text Markup Language and Extensible HyperText Markup Language

A

Admin • 832.27K Points
Coach

Q. State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”

  • (A) False
  • (B) True
  • (C) NA
  • (D) NA

A

Admin • 832.27K Points
Coach

Q. Which element is used for grouping together related elements?

  • (A) <section>
  • (B) <header>
  • (C) <div>
  • (D) <hgroup>

A

Admin • 832.27K Points
Coach

Q. For grouping together one or more <h1> to <h6> element what element is used?

  • (A) <div>
  • (B) <section>
  • (C) <hgroup>
  • (D) <header>

Add MCQ in this Category

If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.

Share Your MCQ