HTML MCQs with answers Page - 11

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. Who invented World Wide Web (WWW)?

  • (A) Blaise Pascal
  • (B) Charles Babbage
  • (C) Herman Hollerith
  • (D) Tim Berners-Lee

A

Admin • 831.35K Points
Coach

Q. What is the use of Web Font in HTML ?

  • (A) that is the core font that is use to develop Web Pages.
  • (B) that enables to use fonts over the Web without installation.
  • (C) that is the special font that developed by Microsoft Corp.
  • (D) All of the Above.

A

Admin • 831.35K Points
Coach

Q. What is <tt> tag in HTML?

  • (A) It renders fonts as teletype text font style.
  • (B) It renders fonts as truetype text font style
  • (C) It renders fonts as truncate text font style.
  • (D) None of the Above.

A

Admin • 831.35K Points
Coach

Q. What is the use of Forms in HTML?

  • (A) to display contents of email.
  • (B) to display animation effect.
  • (C) to collect user’s input.
  • (D) None of the Above.

A

Admin • 831.35K Points
Coach

Q. What is the use of iframe in HTML?

  • (A) to display a web page within a web page.
  • (B) to display a web page with animation effect.
  • (C) to display a web page without browser.
  • (D) All of the Above.

A

Admin • 831.35K Points
Coach

Q. FTP is an acronym for

  • (A) File Transaction Protocol
  • (B) File Transmission Protocol
  • (C) File Translation Protocol
  • (D) File Transfer Protocol

A

Admin • 831.35K Points
Coach

Q. Which HTML Tag will use to scroll a text in web page?

  • (A) <marquee> … </marquee>
  • (B) <scroll> … </scroll>
  • (C) <round> … </round>
  • (D) <go> … </go>

A

Admin • 831.35K Points
Coach

Q. Which organization defines the Web Standards?

  • (A) Microsoft Corporation
  • (B) IBM Corporation
  • (C) World Wide Web Consortium
  • (D) Apple Inc.

A

Admin • 831.35K Points
Coach

Q. How to set a picture as a background web page?

  • (A) <body background= “bgimage.gif”>
  • (B) <body background image= “bgimage.gif”>
  • (C) <background= “bgimage.gif”>
  • (D) <background image= “bgimage.gif”>

A

Admin • 831.35K Points
Coach

Q. Which of following HTML Tag will inserting a line break?

  • (A) <p />
  • (B) <lb />
  • (C) <br />
  • (D) <break />