Exam Papers
Exam Papers
Exam Papers
Microsoft Corporation
IBM Corporation
World Wide Web Consortium [correct]
Apple Inc
6.Which of the following is a single global function defined in the jQuery library?
jQuery() [correct]
$()
Queryanalysis()
None of the mentioned
Timeout( )
TimeInterval( )
setTimeout ( ) [correct]
All of the above
12. A ������� mostly used to take users choice on any option and displays a dialog
box with two buttons Ok and Cancel.
Alert dialog box
Information dialog box
Prompt dialog box
Conformation dialog box [correct]
13. Invoking ���. more than once on the same object with the same arguments has no
effect, the handler function remains registered only once, and repeated invocation
does not alter the order in which handlers are invoked.
addEvent()
addMultipltEvent()
attachEvent()
addEventListener() [correct]
14.If you are using $ in your own code, or are using another library, such as
prototype, that uses $, you can call ���. to restore $ to its original value.
jQuery.noConflict() [correct]
jQuery.removeConflict()
jQuery.restoreDefault()
jQuery.restoreFunction()
16.The �����.. property indicates whether the marker should appear inside or
outside of the box containing the bullet points.
list-style-align
list-style-type [correct]
list-style-position
list-style-appearance
17.The overflow property of CSS can take one of the following values.
18.The �������� property for HTML tables in CSS specifies whether the browser
should control the appearance of adjacent borders that touch each other.
border-spacing
border-collapse [correct]
caption-side
table-layout
19.Which of the following is/are the examples of empty elements in HTML markup.
i) <br> ii) <hr> iii) h1 iv) img
20.The �����.. statement indicates the particular version of HTML or XHTML being
used in the document.
<meta>
<!DOCTYPE> [correct]
<base>
<link>
22.Which of the following is the correct way of linking external style sheet in a
HTML document.
<link rel=�stylesheet� href=�universal.css� type=�text/css�> [correct]
<link rel=�sheet� href=�universal.css� type=�text/css�>
<link rel=�externalsheet� href=�universal.css� type=�text/css�>
<link rel=�css� href=�universal.css� type=�text/css�>
23.The ������. element is used to render simple graphics such as line art, graphs
and other custom graphical elements on the client side.
canvas [correct]
drawing
graphs
shapes
24.In HTML5, it is possible to validate data entry by setting the ������� attribute
for a form control.
validate
required [correct]
restrict
allow