Frequently Tested Exam Questions With
Verified Multiple Choice and Conceptual
Actual 100% Correct Detailed Answers
Guaranteed Pass!!Current Update!!
1. An event handler that is called when the history changes for a document in
the browser window - ANSWER window.onpopstate
2. jQuery method that sets or returns the text content of selected elements -
ANSWER text()
3. jQuery method that sets or returns the content of selected elements
(including HTML markup) - ANSWER html()
4. jQuery method that sets or returns the values of form fields - ANSWER
val()
5. jQuery method used to get and set attribute values. The method all can set
multiple attributes simultaneously. - ANSWER attr()
6. jQuery method to insert content at the end of the selected elements -
ANSWER append()
,7. jQuery method to insert content at the beginning of the selected elements -
ANSWER prepend()
8. jQuery method to insert content after the selected elements - ANSWER
after()
9. jQuery method to insert content before the selected elements - ANSWER
before()
10.jQuery method to remove and element and its children - ANSWER
remove()
11.jQuery method to remove the children of an element, but not the element
itself - ANSWER empty()
12.If the type of an input element is omitted, the browser infers it to be this -
ANSWER text
13.If the type of an input is not supported by a browser, the browser will
default to this type - ANSWER text
14.HTML5 input type allowing the user to pick a color - ANSWER color
, 15.HTML5 input type allowing the user to enter a date (without time zone)
using a drop-down date-picker calendar - ANSWER date
16.HTML5 input type allowing the user to choose a date and time with a GMT
time zone - ANSWER datetime
17.HTML5 input type allowing the user to choose a date and time with a local
time zone - ANSWER datetime-local
18.HTML5 input type allowing the user to enter one or more e-mail addresses -
ANSWER email
19.HTML5 input type allowing the user to choose a date using the month and
year (without time zone) - ANSWER month
20.HTML5 input type allowing the user to enter rational integers or float values
- ANSWER number
21.HTML5 input type the user to enter numbers using a slider control -
ANSWER range
22.HTML5 input type allowing the user to enter text for a search query -
ANSWER search