Explore topic-wise MCQs in Html.

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

201.

Which entity is for inverted question mark?

A. & permil
B. & iquest
C. & prime
D. & oline
E. None of these
Answer» C. & prime
202.

For duplex communication we can t use ____________.

A. HTML5
B. JavaScript
C. Streaming
D. Long Polling
E. None of these
Answer» C. Streaming
203.

Which attribute is used to provide an advisory text about an element or its contents?

A. title
B. head
C. dir
D. tooltip
E. None of these
Answer» B. head
204.

loop attribute is not used with _____________.

A. <track>
B. <video>
C. <marquee>
D. <audio>
E. None of these
Answer» B. <video>
205.

The major difference between minlength and min attribute is ______.

A. minlength is for the minimum value and min is for the minimum number of characters
B. minlength is for single value and minlength is for multiple values
C. minlength is for the minimum number of characters and min is for the minimum value
D. minlength is for multiple values and min is for the single value
E. None of these
Answer» D. minlength is for multiple values and min is for the single value
206.

srclang attribute is used with the element ____________.

A. <table>
B. <iframe>
C. <input>
D. <track>
E. None of these
Answer» E. None of these
207.

Which entity is not for both HTML and XML?

A. cent
B. quot
C. It?
D. apos
E. None of these
Answer» B. quot
208.

Which entity is not defined in XML?

A. copy
B. gt
C. apos
D. quot
E. None of these
Answer» B. gt
209.

For entity which term is used by XML?

A. numeric character reference
B. character and numeric entity reference
C. character entity reference
D. predefined entities
E. None of these
Answer» E. None of these
210.

Attributes that allow to identify particular element are ____________.

A. <iframes>
B. <div> and <span>
C. <meta>
D. id and class
E. None of these
Answer» E. None of these
211.

What is the format for character entity reference?

A. !name;
B. %name;
C. $name;
D. &name;
E. None of these
Answer» E. None of these
212.

What is the correct format of numeric character reference?

A. $*nnnn;
B. #nnnn;
C. &nnnn;
D. nnnn;
E. None of these
Answer» E. None of these
213.

Which of the following entity is for shape?

A. & rarr
B. & larr
C. & loz
D. & uarr
E. None of these
Answer» D. & uarr
214.

Which entity is for the arrow?

A. & oelig
B. & upsih
C. & zeta
D. & crarr
E. None of these
Answer» B. & upsih
215.

Which of the following is not character entity?

A. & image
B. & ecirc
C. & aelig
D. & aring
E. None of these
Answer» B. & ecirc
216.

Which entity is not for punctuation character?

A. &acute
B. &not
C. &para
D. &quot
E. None of these
Answer» B. &not
217.

Which entity is not for shape?

A. & spades
B. & hearts
C. & clubs
D. & harr
E. None of these
Answer» E. None of these
218.

Which attribute indicates a descending order of displaying a list?

A. circular
B. straight
C. forward
D. reversed
E. None of these
Answer» E. None of these
219.

Syntax of entity declaration is ___________.

A. <! value entity name>
B. < value entity name>
C. <entity name value !>
D. <!entity name value >
E. None of these
Answer» E. None of these
220.

Messages from the server are received by ____.

A. blob
B. arrayBuffer
C. send
D. onmessage
E. None of these
Answer» E. None of these
221.

Use of checked attribute is ____________.

A. Whether on page load all list element should be checked
B. Whether on page load element should be checked
C. Whether on page load all multimedia elements should be checked
D. Whether on page load all form element should be checked
E. None of these
Answer» C. Whether on page load all multimedia elements should be checked
222.

cols attribute is use with ___________.

A. <th>
B. <ol>
C. <td>
D. <textarea>
E. None of these
Answer» E. None of these
223.

datetime attribute is not related with ______________.

A. <form>
B. <ins>
C. <time>
D. <del>
E. None of these
Answer» B. <ins>
224.

How does download attribute work?

A. Directly downloads as per the need of the user
B. Gives various source links to download
C. List the topics which one can download from a certain page
D. An indication that hyperlink is to be used for downloading
E. None of these
Answer» E. None of these
225.

In localStorage object data ________.

A. can be seen but can not edit
B. is deleted after the browser has been closed
C. can be seen as well as edit
D. is not deleted after the browser has been closed
E. None of these
Answer» E. None of these
226.

HTMLMinifier is written in ________.

A. C++
B. C
C. JavaScript
D. Java
E. None of these
Answer» D. Java
227.

CSSMin is written in ___________.

A. C
B. PHP
C. C++
D. Java
E. None of these
Answer» E. None of these
228.

YUI compressor is written in ____________.

A. Java
B. C
C. C++
D. HTML
E. None of these
Answer» B. C
229.

Copyright symbol can be included by _________.

A. &amp
B. &lt
C. &gt
D. &copy
E. None of these
Answer» E. None of these
230.

The recommended basic size for a favicon is ___________ pixels.

A. 16 16
B. 48 48
C. both 16 16 and 48 48
D. 26 26
E. None of these
Answer» D. 26 26
231.

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

A. WIPO
B. EPO
C. IANA
D. W3C
E. None of these
Answer» D. W3C
232.

The favicon was standardized by the _______.

A. EPO
B. WIPO
C. W3C
D. IANA
E. None of these
Answer» E. None of these
233.

Favicon stands for ______.

A. Fav icon
B. Fave icon
C. Favorite icon
D. Both Fave icon and Favorite icon
E. None of these
Answer» E. None of these
234.

Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a data element?

A. The value is item s scope
B. The value is the element s datetime value
C. The value is the value of the element s value attribute if it has one, or the empty string otherwise
D. The value is the item created by the element
E. None of these
Answer» D. The value is the item created by the element
235.

If the element has an itemscope attribute, it returns an __________ object with all the element s properties.

A. collection.namedItem
B. itemtype
C. dom object
D. itemscope
E. None of these
Answer» D. itemscope
236.

The ___________ of an item is the value of its element s itemid attribute.

A. global identifier
B. scope
C. typed item
D. token
E. None of these
Answer» B. scope
237.

Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element?

A. The value is the value of the element s content attribute, if any, or the empty string if there is no such attribute
B. The value is the element s textContent
C. The value is the element s datetime value
D. The value is the value of the element s value attribute, if it has one, or the empty string otherwise
E. None of these
Answer» D. The value is the value of the element s value attribute, if it has one, or the empty string otherwise
238.

Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a meta element?

A. The value is the element s textContent
B. On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute s value
C. The value is the item created by the element
D. The value is the value of the element s value attribute, if it has one, or the empty string otherwise
E. None of these
Answer» E. None of these
239.

The microdata model consists of groups of name-value pairs known as ________.

A. URL
B. Value
C. Item
D. Property
E. None of these
Answer» B. Value
240.

What is the use of defer attribute?

A. It defers rendering of css attributes
B. It defers rendering of html page
C. It is only for internal scripts
D. It defers script execution until the page has been rendered
E. None of these
Answer» E. None of these
241.

Which of the following is not an IDE?

A. TextEdit(Mac)
B. Dreamweaver
C. Aptana studio 3
D. BlueGriffon 1.5.2
E. None of these
Answer» B. Dreamweaver
242.

The open source software version of netscape is _________.

A. Erwise
B. Internet Explorer
C. Chrome
D. Mozilla
E. None of these
Answer» E. None of these
243.

Nexus is first graphical web browser.

A. False
B. True
C. NA
D. NA
E. NA
Answer» B. True
244.

Swapping images in dreamweaver is best if __________.

A. The images are the same size
B. You use the Constrain tool
C. The images are the same Mime type
D. The images are the same color
E. None of these
Answer» B. You use the Constrain tool
245.

Blue Griffon is based on ________rendering engine.

A. Mecko
B. Presto
C. Gecko
D. WebKit
E. None of these
Answer» D. WebKit
246.

is used to _________

A. make web page incompatible only with IE8
B. make web page compatible with IE7 and IE8
C. make web page compatible only with IE8
D. mimic behaviour of IE8
E. None of these
Answer» E. None of these
247.

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

A. testAllProps() Plugin API
B. mq() media Plugin API
C. addTest() Plugin API
D. All of above
E. None of these
Answer» D. All of above
248.

Which property is used to detect the browser s user agent and code based on the pertinent cases?

A. navigator.user
B. return
C. navigator.userAgent
D. navigator
E. None of these
Answer» D. navigator
249.

A Rendering engine is not responsible for ________.

A. parsing style information (CSS only)
B. generating a visual presentation of the formatted content including media files referenced
C. parsing style information (CSS, XSL, and so on)
D. parsing the markup content (HTML)
E. None of these
Answer» B. generating a visual presentation of the formatted content including media files referenced
250.

Choose the inappropriate option with respect to Blue Griffon 1.5.2. Blue Griffon _________.

A. supports direct embedding of audio and video files
B. supports swapping of videos of any length
C. abstracts out many css3 effects
D. includes tools for developing HTML5 pages
E. None of these
Answer» C. abstracts out many css3 effects