Explore topic-wise MCQs in Html.

This section includes 571 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

401.

In order to upload a HTML file to a web server, you use%!

A. HTTP
B. SMTP
C. SIP
D. FTP
Answer» E.
402.

_________ is the incoming e-mail server.%!

A. POP
B. SMTP
C. SMIP
D. PPP
Answer» B. SMTP
403.

State true or false. Tomcat is an open source web server that provides a servlet container allowing you to run Java code.%!

A. True
B. False
Answer» B. False
404.

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

A. True
B. False
Answer» C.
405.

In which part of the HTML metadata is contained?%!

A. body tag
B. html tag
C. head tag
D. title tag
Answer» D. title tag
406.

Which of the following is not a web server?%!

A. Apache tomcat
B. BlueGriffon
C. Jetty
D. Tornado
Answer» C. Jetty
407.

What indicates the content in file is HTML when delivered on the network.%!

A. The extension of the file “.html”
B. The “content-type” header
C. Both “.html” extension and “content-type” header
D. None of the mentioned
Answer» C. Both ‚Äö√Ñ√∫.html‚Äö√Ñ√π extension and ‚Äö√Ñ√∫content-type‚Äö√Ñ√π header
408.

Metadata store information about the web page that is not necessarily visible to end users.%!

A. True
B. False
Answer» B. False
409.

Which of following statement is true?i. Cloud9 has gained particular interest for its integration with GitHub and Bit Bucket authentication integration and real-time collaboration.ii. Cloud9 does not account for SSH and FTP access.%!

A. ii
B. i
C. i and ii
D. None of the mentioned
Answer» C. i and ii
410.

Which of the following is not a difference between HTML and XHTML%!

A. Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml”
B. None of the mentioned
C. Tags and attributes are case-insensitive in HTML but not in XHTML
D. Special characters must be escaped using character entities in XHTML unlike HTML
Answer» C. Tags and attributes are case-insensitive in HTML but not in XHTML
411.

In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.%!

A. True
B. False
Answer» B. False
412.

Choose the correct statement for HTML%!

A. Exo is a cloud-based ide that offers collaboration and deployment features
B. Exo does not support java and python
C. Exo supports javascript and html5
D. Both a and c
Answer» E.
413.

Choose the correct statement of HTML%!

A. In traditional XHTML close tag for some elements is optional but not encouraged
B. In traditional HTML close tag for some elements is optional but not encouraged
C. None of the mentioned
D. In both traditional XHTML and HTML close tag for some elements is optional
Answer» C. None of the mentioned
414.

____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.%!

A. HasEvent()
B. Navigator.userAgent
C. Modernizr.load
D. None of the mentioned
Answer» D. None of the mentioned
415.

State true or false. Maqetta is an open source initiative of the Dojo Foundation to geared towards visual designers through a WYSIWYG user interface.%!

A. True
B. False
Answer» B. False
416.

State whether the given statement is true or false. !DOCTYPE is case sensitive”%!

A. True
B. False
Answer» C.
417.

___________ is used to test whether geolocation is supported in old browsers.%!

A. Modernizr
B. Modernizr.geolocation
C. Navigator.userAgent
D. Modernizr.js
Answer» D. Modernizr.js
418.

Which of the following are automatically loaded and operates as a part of browser?%!

A. Add-ons
B. Plug-ins
C. Utilities
D. Widgets
Answer» C. Utilities
419.

Which of the following is the first web browser?%!

A. Nexus
B. Netscape Navigator
C. Internet Explorer
D. Mosaic
Answer» B. Netscape Navigator
420.

IDE stands for%!

A. Internet Development Environment
B. Integrated Development Environment
C. Intelligent Development Environment
D. None of the mentioned
Answer» C. Intelligent Development Environment
421.

Which of the following is the attribute that is used to add a name/value pair to a microdata item?%!

A. itemscope
B. itemref
C. itemprop
D. itemid
Answer» D. itemid
422.

XML is a markup language where documents must be marked up correctly.%!

A. True
B. False
Answer» B. False
423.

y default, iOS adds ____________ effects to icons.%!

A. reflective shine
B. square corners and reflective shine
C. rounded corners and reflective shine
D. apple trademark
Answer» D. apple trademark
424.

Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.%!

A. True
B. False
Answer» C.
425.

State true or false. Google Chrome has its own task manager, which allows you to view and manage your memory and CPU usage”%!

A. True
B. False
Answer» B. False
426.

Which of the following is used to read a HTML page and render it?%!

A. Web browser
B. Web server
C. Web matrix
D. None of the mentioned
Answer» B. Web server
427.

Which of the following is not an IDE%!

A. BlueGriffon 1.5.2
B. Aptana studio 3
C. TextEdit(Mac)
D. Dreamweaver
Answer» D. Dreamweaver
428.

Which of the following is the attribute that is used to set a global identifier for a microdata item?%!

A. key
B. id
C. itemclass
D. itemid
Answer» E.
429.

__________ is an extended version of the XHTML markup language for supporting RDF through a collection of attributes and processing rules in the form of well-formed XML documents.%!

A. XHTML+RDF
B. XHTML+XHTML5
C. XHTML1.0+XHTML2.0
D. none of the mentioned
Answer» B. XHTML+XHTML5
430.

Which of the following applications/software can be used to create a favicon?%!

A. Unity
B. Adobe Photoshop
C. Dreamweaver
D. VLC
Answer» C. Dreamweaver
431.

____________ allows you to add custom styles to the document and test an element afterwards.%!

A. hasEvent()
B. testAllProps()
C. testProp()
D. modernizr.testStyles()
Answer» E.
432.

Which of the following is not a channel of mozilla?%!

A. Firefox
B. Firefox alpha
C. Firefox Beta
D. Firefox Aurora
Answer» C. Firefox Beta
433.

Which of the following statements is false?%!

A. async and defer attributes of script tag execute before the DOMContentLoaded event
B. defer executes each script sequentially
C. async executes each script when it is ready
D. all older browsers supports async attribute
Answer» E.
434.

The open source software version of netscape is%!

A. Chrome
B. Mozilla
C. Internet Explorer
D. Erwise
Answer» C. Internet Explorer
435.

The accesskey attribute specifies a keyboard navigation accelerator for the element.%!

A. True
B. False
Answer» B. False
436.

Which of the following encoding an XML parser assumes ?%!

A. UTF-8
B. UTF-16
C. UTF-32
D. both a and b
Answer» E.
437.

The goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it.%!

A. True
B. False
Answer» B. False
438.

___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.%!

A. Navigator
B. Modernizr
C. Geolocation
D. Google API
Answer» C. Geolocation
439.

Which of the following is not a prepackaged server stack?%!

A. WAMP
B. XAAMP
C. MAMP
D. None of the mentioned
Answer» C. MAMP
440.

What is the use of “defer” attribute?%!

A. It defers rendering of html page
B. It defers script execution until the page has been rendered
C. It defers rendering of css attributes
D. None of mentioned
Answer» C. It defers rendering of css attributes
441.

State true or false. Nexus is first graphical web browser.%!

A. True
B. False
Answer» C.
442.

Which of the following is the attribute that specifies additional horizontal space, in pixels, to be reserved on either side of an embedded item like an iframe, applet, image, and so on?%!

A. height
B. hspace
C. hidefocus
D. datasrc
Answer» C. hidefocus
443.

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

A. source
B. src
C. xmlns
D. link
Answer» D. link
444.

Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?%!

A. document.getItems
B. element.itemProp
C. collection.namedItem
D. none of the mentioned
Answer» B. element.itemProp
445.

Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?%!

A. mq() media Plugin API
B. addTest() Plugin API
C. testAllProps() Plugin API
D. none of the mentioned
Answer» C. testAllProps() Plugin API
446.

LightTPD is not used by%!

A. You Tube
B. Wikipedia
C. Meebo
D. LocalHost
Answer» E.
447.

State true or false. It is faster to render HTML and CSS than to interpret and execute JavaScript.%!

A. True
B. False
Answer» B. False
448.

Who created the first web browser%!

A. Tim Berners Lee
B. Jacobs,Lan
C. Marc Andeersen
D. Mozilla foundation
Answer» B. Jacobs,Lan
449.

Which of the following is the attribute that indicates the name of the data source object that supplies the data that is bound to this element?%!

A. dataFormatAs
B. datafld
C. disabled
D. datasrc
Answer» E.
450.

Which of the following statement is true ?%!

A. Attribute names must be in uppercase
B. Attribute values must be quoted
C. Attribute minimization is mandatory
D. None of the mentioned
Answer» C. Attribute minimization is mandatory