cols attribute is use with ___________
1.<td>
2.<th>
3.<textarea>
4.<ol>
CSSMin is written in ___________
1.C++
2.Java
3.PHP
4.C
datetime attribute is not related with ______________
1.<del>
2.<time>
3.<ins>
4.<form>
For creating single line text box for searching queries, we use the type ___________
1.placeholder
2.search
3.url
4.hidden
For duplex communication we can’t use
1.Long Polling
2.HTML5
3.JavaScript
4.Streaming
For entity which term is used by XML?
1.character entity reference
2.numeric character reference
3.predefined entities
4.character and numeric entity reference
For grouping form controls we can use ___________
1.<legend>
2.<fieldset>
3.<label>
4.<select>
Form validation traditionally was performed by ___________
1.PHP
2.HTML
3.JavaScript
4.Query
How does download attribute work?
1.An indication that hyperlink is to be used for downloading
2.Directly downloads as per the need of the user
3.Gives various source links to download
4.List the topics which one can download from a certain page
How title attribute works?
1.Displays text when hovering over the element
2.Focus text when hovering over the element
3.Highlight text when hovering over the element
4.Zoom in and zoom out text when hovering over the element
HTMLMinifier is written in ________
1.JavaScript
2.Java
3.C++
4.C
In desktop which browser does not support WebSocket?
1.Chrome version 7
2.Chrome version 6
3.Chrome version 43
4.Internet Explorer 10
In the processing of information, the server does not use the language _____
1.C#
2.JAVA
3.C++
4.VB.net
loop attribute is not used with _____________
1.<audio>
2.<marquee>
3.<video>
4.<track>
Messages from the server are received by ____
1.onmessage
2.send
3.arrayBuffer
4.blob
srclang attribute is used with the element ____________
1.<track>
2.<input>
3.<iframe>
4.<table>
Syntax of entity declaration is ___________
1.<!entity name “value”>
2.<entity name “value”!>
3.<”value” entity name>
4.<!”value” entity name>
The major difference between minlength and min attribute is ______
1.minlength is for the minimum number of characters and ‘min’ is for the minimum value
2.minlength is for the minimum value and ‘min’ is for the minimum number of characters
3.minlength is for multiple values and ‘min’ is for the single value
4.minlength’ is for single value and ‘minlength’ is for multiple values
The maximum bytes for control frames is _______________
1.100 bytes
2.125 bytes
3.130 bytes
4.150 bytes
The __________ attribute sets the text direction as related to the lang attribute.
1.lang
2.sub
3.dir
4.ds
The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
1.dir
2.style
3.class
4.article
Use of checked attribute is ____________
1.Whether on page load element should be checked
2.Whether on page load all form element should be checked
3.Whether on page load all list element should be checked
4.Whether on page load all multimedia elements should be checked
What does wrap attribute denote?
1.Whether the text is in bold
2.Whether the text is wrapped
3.Whether the text is in italics
4.Whether the text is highlighted
What is the correct format of numeric character reference?
1.&nnnn;
2.&#nnnn;
3.#nnnn;
4.$*nnnn;
What is the format for character entity reference?
1.&name;
2.$name;
3.%name;
4.!name;
What is the use of spellcheck attribute?
1.Checks spelling
2.Indicates if spell checking is allowed
3.Checks spelling and corrects it
4.Checks spelling of a given particular text only
Which attribute indicates a descending order of displaying a list?
1.reversed
2.forward
3.straight
4.circular
Which attribute is not for overriding the actions?
1.Formaction
2.Style
3.Tabindex
4.Slot
Which attribute is used to provide an advisory text about an element or its contents?
1.tooltip
2.dir
3.title
4.head
Which attribute specifies a unique alphanumeric identifier to be associated with an element?
1.class
2.id
3.article
4.html
Which compressor gives maximum GZIPPED compression?
1.YUI
2.JSMin
3.Packer
4.Closure(advanced)
Which entity is not defined in XML?
1.quot
2.apos
3.gt
4.copy
Which of the following defines a default value on page load?
1.<object>
2.<input>
3.<progress>
4.<area>
Which of the following is not associated with web socket communication?
1.https
2.wss
3.ws
4.http
Which of the following is not the event of WebSocket API?
1.Close
2.Message
3.Send
4.Error
Which of the following is not the form type for adding text?
1.Text input
2.Text area
3.Password input
4.Submit button
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?
1.dataFormatAs
2.datafld
3.disabled
4.datasrc
Which of the following is the attribute that is used to add a name/value pair to a microdata item?
1.itemscope
2.itemref
3.itemprop
4.itemid
Which of the following is the attribute that is used to set a global identifier for a microdata item?
1.key
2.id
3.itemclass
4.itemid
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?
1.height
2.hspace
3.hidefocus
4.datasrc
Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?
1.dataFormatAs
2.datafld
3.disabled
4.datasrc
Which of the following is the server library for Node.js?
1.Caddy
2.SignalR
3.ws
4.jsonrpc
Which of the following is the wire protocol for WebScoket?
1.RFC6455
2.RFC6477
3.RFC6567
4.RFC8967
Which one has the most potential for minification?
1.JavaScript
2.CSS
3.HTML
4.PHP
Which one is not a very good developer support?
1.Opera
2.Internet Explorer
3.Firefox
4.Chrome
Which one is not associated with Gecko?
1.Firefox
2.SeaMonkey
3.Thunderbird
4.Internet Explorer
Which option is not available in HTMLMinifier?
1.remove attribute quotes
2.use the short doctype
3.remove empty elements
4.replace <strong> with <b>
Which parameter is commonly used for size attribute?
1.centimeter
2.pixels
3.inch
4.millimeter
With which element width attribute is not define?
1.<input>
2.<object>
3.<embed>
4.<textarea>
YUI compressor is written in ____________
1.HTML
2.C++
3.C
4.Java