HTML MCQs with answers Page - 3

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 • 831.35K Points
Coach

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

  • (A) <strong>
  • (B) <dar>
  • (C) <black>
  • (D) <emp>

A

Admin • 831.35K Points
Coach

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

  • (A) <html>
  • (B) <head>
  • (C) <title>
  • (D) <body>

A

Admin • 831.35K Points
Coach

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

  • (A) <head>
  • (B) <title>
  • (C) <html>
  • (D) <document>

A

Admin • 831.35K Points
Coach

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

  • (A) <td> and </td>
  • (B) <cr> and </cr>
  • (C) <th> and </th>
  • (D) <tr> and </tr>

A

Admin • 831.35K Points
Coach

Q. How can you make a bulleted list?

  • (A) <list>
  • (B) <nl>
  • (C) <ul>
  • (D) <ol>

A

Admin • 831.35K Points
Coach

Q. How can you make a numbered list?

  • (A) <dl>
  • (B) <ol>
  • (C) <list>
  • (D) <ul>

A

Admin • 831.35K Points
Coach

Q. How can you make an e-mail link?

  • (A) <a href="xxx@yyy">
  • (B) <mail href="xxx@yyy">
  • (C) <mail>xxx@yyy</mail>
  • (D) <a href="mailto:xxx@yyy">

A

Admin • 831.35K Points
Coach

Q. What is the correct HTML for making a hyperlink?

  • (A) <a href="http://mcqbuddy.com">ICT Trends Quiz</a>
  • (B) <a name="http://mcqbuddy.com">ICT Trends Quiz</a>
  • (C) <http://mcqbuddy.com</a>
  • (D) <a url="http://mcqbuddy.com">ICT Trends Quiz</a>

A

Admin • 831.35K Points
Coach

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

  • (A) <ii>
  • (B) <italics>
  • (C) <italic>
  • (D) <i>

A

Admin • 831.35K Points
Coach

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

  • (A) <b>
  • (B) <bold>
  • (C) <bb>
  • (D) <bld>