

MCQOPTIONS
Saved Bookmarks
This section includes 15 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
1. |
AJAX is not used in _____________ |
A. | Gmail |
B. | Youtube |
C. | |
D. | Yahoo |
Answer» E. | |
2. |
Which method is not used for filtering in jQuery? |
A. | next() |
B. | first() |
C. | eq() |
D. | last() |
Answer» B. first() | |
3. |
Which method is not for traversing DOM tree sideways? |
A. | parent() |
B. | siblings() |
C. | prev() |
D. | nextAll() |
Answer» B. siblings() | |
4. |
Which method is not used for traversing DOM tree? |
A. | parent() |
B. | parentsUntil() |
C. | parents() |
D. | after() |
Answer» E. | |
5. |
Which of the following is not a jQuery dimension method? |
A. | innerWidth() |
B. | outerHeight() |
C. | height() |
D. | css() |
Answer» E. | |
6. |
Which method is not used for CSS manipulation? |
A. | toggleClass() |
B. | removeClass() |
C. | beforeClass() |
D. | css() |
Answer» D. css() | |
7. |
The method not used to add new content is ___________ |
A. | after() |
B. | prepend() |
C. | before() |
D. | add() |
Answer» E. | |
8. |
Which of the following is not the jQuery method for manipulation? |
A. | stop() |
B. | html() |
C. | text() |
D. | val() |
Answer» B. html() | |
9. |
Which of the following is not the sliding method in jQuery? |
A. | slideToggle() |
B. | slideDown() |
C. | slideUp() |
D. | slideIn() |
Answer» E. | |
10. |
Which of the following is not the fade method in jQuery? |
A. | fadeTo() |
B. | fadeOn() |
C. | fadeOut() |
D. | fadeIn() |
Answer» C. fadeOut() | |
11. |
hover() method is the combination of ____________ |
A. | mouseleave() and mouseeneter() |
B. | mousedown() and mouseenter() |
C. | mouseup() and mousedown() |
D. | mouseleave() and mousedown() |
Answer» B. mousedown() and mouseenter() | |
12. |
Which of the following is not event method in jQuery? |
A. | click() |
B. | mouseenter() |
C. | mousedown() |
D. | hide() |
Answer» E. | |
13. |
In jQuery all the elements are selected by writing ____________ |
A. | $(this) |
B. | $(“:button”) |
C. | $(“*”) |
D. | $(“.class_name”) |
Answer» D. $(“.class_name”) | |
14. |
What is the correct syntax of jQuery? |
A. | action().$(selector) |
B. | $(selector).action() |
C. | (selector)$.action() |
D. | action().(selector)$ |
Answer» C. (selector)$.action() | |
15. |
jQuery does not contain the _____________ feature. |
A. | AJAAX |
B. | AJAX |
C. | CSS manipulation |
D. | Effects and animations |
Answer» B. AJAX | |