Which of the following represents browsing with no stylesheets applied?
Anonymous Quiz
0%
a) CSS OFF/Images ON
25%
b) CSS OFF/Images OFF
63%
c) CSS ON/Images OFF
13%
d) CSS ON/Images ON
Which of the following will represent browsers in their normal states?
Anonymous Quiz
29%
a) CSS ON/Images ON
43%
b) CSS ON/Images OFF
29%
c) CSS OFF/Images ON
0%
d) CSS OFF/Images OFF
ID selector name is preceded by __________
Anonymous Quiz
15%
a) ‘.’
15%
b) ‘%’
46%
c) ‘#’
23%
d) ‘@’
Which should be used to overlay text on image with high contrast?
Anonymous Quiz
20%
a) screen
60%
b) high contrast
20%
c) low contrast
0%
d) opaque
Which of the following is not the value for background-repeat property?
Anonymous Quiz
13%
a) repeat-y
38%
b) repeat-x
50%
c) no-repeat
0%
d) fixed
Which of the following will move the image up and down?
Anonymous Quiz
14%
a) scroll
57%
b) fixed
29%
c) repeat-x
0%
d) repeat-y
Which is not the property of CSS box model?
Anonymous Quiz
0%
a) width
67%
b) height
22%
c) margin
11%
d) color
Which is not a Mozilla value?
Anonymous Quiz
11%
a) caret
67%
b) resizer
11%
c) listbox
11%
d) scrollbar
Which is not a WebKit value?
Anonymous Quiz
30%
a) push-button
50%
b) menulist
20%
c) radio
0%
d) tooltip
Which of the following helps to deal with HTML5 support?
Anonymous Quiz
33%
a) Twitter Bootstrap
33%
b) WebShim
33%
c) jQuery UI
0%
d) Niceforms
Which of the following is an extension to the common JavaScript framework?
Anonymous Quiz
0%
a) Niceforms
63%
b) Uni-forms
38%
c) Formalize
0%
d) jQuery UI
Which is not a Mozilla CSS Extension?
Anonymous Quiz
33%
a) ::-webkit-input-placeholder
44%
b) :-moz-placeholder
22%
c) –moz-ui-valid
0%
d) :-moz-submit-invalid
Why is the total size of the page important?
Anonymous Quiz
11%
a) Time taken to download
67%
b) Size of IP packet should be less than 65500
22%
c) Size of IP packet should be less than 65535
0%
d) Size of IP packet should be greater tshan 65500
What is the purpose of the event window.onpopstate?
Anonymous Quiz
0%
a) When a state object is replaced
60%
b) When a state object is added
40%
c) When a state object is removed
0%
d) When a state object is changed
How many parameters does the replaceState() method take?
Anonymous Quiz
9%
a) 2
73%
b) 3
18%
c) 4
0%
d) 5
Which of the following method is used to replace the current history state instead of adding a new state to the browsing history?
Anonymous Quiz
44%
a) replaceState()
44%
b) replace(state)
11%
c) replace()
0%
d) change()
How will you update the URL displayed in the location bar?
Anonymous Quiz
25%
a) location
50%
b) location.URL
25%
c) location.hash
0%
d) url
What is the purpose of the method forward()?
Anonymous Quiz
8%
a) Loads any random URL in the history list
62%
b) Loads the previous URL in the history list
23%
c) Loads a specific URL from the history list
8%
d) Loads the next URL in the history list
How do you add a particular state to the browsing history?
Anonymous Poll
22%
a) pushState()
56%
b) replaceState()
22%
c) state()
33%
d) addstate()
What does the pushState() method do?
Anonymous Quiz
8%
a) Removes the state
42%
b) Adds new state
42%
c) Replaces the state
8%
d) Change the state