Explore topic-wise MCQs in Html.

This section includes 14 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

1.

THE_METHOD_NOT_USED_TO_ADD_NEW_CONTENT_IS____________?$

A. after()
B. prepend()
C. before()
D. add()
Answer» E.
2.

Which of the following is not a jQuery dimension method?$

A. innerWidth()
B. outerHeight()
C. height()
D. css()
Answer» E.
3.

Which_method_is_not_used_for_CSS_manipulation?$

A. toggleClass()
B. removeClass()
C. beforeClass()
D. css()
Answer» D. css()
4.

AJAX is not used in _____________

A. Gmail
B. Youtube
C. Facebook
D. Yahoo
Answer» E.
5.

Which method is not used for filtering in jQuery?

A. next()
B. first()
C. eq()
D. last()
Answer» B. first()
6.

Which method is not for traversing DOM tree sideways?

A. parent()
B. siblings()
C. prev()
D. nextAll()
Answer» B. siblings()
7.

Which_method_is_not_used_for_traversing_DOM_tree?

A. parent()
B. parentsUntil()
C. parents()
D. after()
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.

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()
11.

Which of the following is not event method in jQuery?

A. click()
B. mouseenter()
C. mousedown()
D. hide()
Answer» E.
12.

In jQuery all the elements are selected by writing ____________

A. $(this)
B. $(“:button”)
C. $(“*”)
D. $(“.class_name”)
Answer» D. $(‚Äö√Ñ√∂‚àö√ë‚àö‚à´.class_name‚Äö√Ñ√∂‚àö√ë‚àöœÄ)
13.

What is the correct syntax of jQuery?

A. action().$(selector)
B. $(selector).action()
C. (selector)$.action()
D. action().(selector)$
Answer» C. (selector)$.action()
14.

jQuery does not contain the _____________ feature.

A. AJAAX
B. AJAX
C. CSS manipulation
D. Effects and animations
Answer» B. AJAX