- 1
- 2
- 3
- …
- 20
- Next Page »
A Learning Portal from Recruitment India
The __________ element may contain not just links but also other interactive items, including the newly introduced command element.
menu
details
progress
meter
Answer with explanation
Answer: Option DExplanation
The menu tag defines a list/menu of commands. The menu tag is used for context menus, toolbars and for listing form controls and commands.
Workspace
Different meta tags are defined by changing the __________ attribute to a valid value.
content
name
http-equiv
scheme
Answer with explanation
Answer: Option BExplanation
The name attribute specifies a name for the information/value of the content attribute.
Workspace
Which element puts a text field in a page for querying document?
<dir>
<keygen>
<isiindex>
<command>
Answer with explanation
Answer: Option CExplanation
An element which exists to facilitate generation of key material is <keygen>. <isindex> is an obsolete HTML element. It puts a text field in a page for querying the document. It is deprecated as of HTML 4.1, because same behavior can be achieved with HTML form. All major browsers have now removed <isindex>. <dir> contains list of directories. Those commands that user can invoke are represented by <command>.
Workspace
Which attribute is used for data binding?
datafld
datasrc
name
mayscript
Answer with explanation
Answer: Option BExplanation
The name attribute gives name to applet. Datafld attribute specify a column name from the data source object. It is like datafld attribute. It is used for data binding under Internet Explorer 4. It indicates id of data source object that supplies data that is bound to <param> elements associated with an applet. Access to applet is given by mayscript attribute.
Workspace
HasEvent()
Navigator.userAgent
Modernizr.load
None of the mentioned
Answer with explanation
Answer: Option CExplanation
Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit.
Workspace