HTML MCQs with answers Page - 5

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

Q. HTML documents are saved in

  • (A) Special binary format
  • (B) Machine language codes
  • (C) ASCII text
  • (D) None of above

A

Admin • 802.91K Points
Coach

Q. Some tags enclose the text. Those tags are known as

  • (A) Couple tags
  • (B) Single tags
  • (C) Double tags
  • (D) Pair tags

A

Admin • 802.91K Points
Coach

Q. The _____ character tells browsers to stop tagging the text

  • (A) ?
  • (B) /
  • (C) >
  • (D) %

A

Admin • 802.91K Points
Coach

Q. In HTML document the tags

  • (A) Should be written in upper case
  • (B) should be written in lower case
  • (C) should be written in proper case
  • (D) can be written in both uppercase or lowercase

A

Admin • 802.91K Points
Coach

Q. Marquee is a tag in HTML to

  • (A) mark the list of items to maintain inqueue
  • (B) Mark the text so that it is hidden in browser
  • (C) Display text with scrolling effect
  • (D) None of above

A

Admin • 802.91K Points
Coach

Q. To create a blank line in your web page

  • (A) press Enter two times
  • (B) press Shift + Enter
  • (C) insert <BR> tag
  • (D) insert <BLINE>

A

Admin • 802.91K Points
Coach

Q. Which of the following is not a style tag?

  • (A) <b>
  • (B) <tt>
  • (C) <i>
  • (D) All of above are style tags

A

Admin • 802.91K Points
Coach

Q. The way the browser displays the object can be modified by _____

  • (A) attributes
  • (B) parameters
  • (C) modifiers
  • (D) None of above

A

Admin • 802.91K Points
Coach

Q. Which of the following HTML code is valid?

  • (A) <font colour="red">
  • (B) <font color="red">
  • (C) <red><font>
  • (D) All of above are style tags