Commerce

Basic Html MCQs

Practice Basic Html MCQs for competitive exams.

Basic Html MCQs

Practice questions from this topic.

Which of the following encoding an XML parser assumes ?

  1. A. UTF-8
  2. B. UTF-16
  3. C. UTF-32
  4. D. both a and b
Report Error

The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace.

  1. A. source
  2. B. src
  3. C. xmlns
  4. D. link
Report Error

__________ is the XML equivalent to strict HTML 4.01.

  1. A. XHTML 1.0 Strict
  2. B. XHTML 1.0 Frameset
  3. C. XHTML 1.0 Transitional
  4. D. None of the mentioned
Report Error

According to the rules of XML and XHTML, all elements must be closed either with an end tag or by self-closing with a space, slash, and a right-pointing angle bracket

  1. A. True
  2. B. False
Report Error

A favicon is an image used by the browser to identify a website or web application.

  1. A. True
  2. B. False
Report Error

In March 1999, Microsoft released Internet Explorer 5, which supported favicons for the first time.

  1. A. True
  2. B. False
Report Error

The recommended basic size for a favicon is ___________ pixels

  1. A. 16×16
  2. B. 26×26
  3. C. 48×48
  4. D. both a and c
Report Error

In 2003, the .ico format was registered with the ____________

  1. A. IANA
  2. B. W3C
  3. C. WIPO
  4. D. EPO
Report Error

The favicon was standardized by the

  1. A. IANA
  2. B. W3C
  3. C. WIPO
  4. D. EPO
Report Error

Which image file format is not supported in Firefox?

  1. A. ICO
  2. B. PNG
  3. C. SVG
  4. D. APNG
Report Error

Which attribute is used for favicon?

  1. A. icon
  2. B. title
  3. C. rel
  4. D. head
Report Error

Favicon stands for

  1. A. Fav icon
  2. B. Favorite icon
  3. C. Both a and b
  4. D. None of the above
Report Error