Filter interviews by
I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.
jQuery is a JavaScript library that simplifies HTML document traversing, event handling, and animating.
jQuery methods are used to manipulate HTML elements and CSS styles.
Common methods include .hide(), .show(), .addClass(), .removeClass(), .attr(), .val(), .text(), .html(), .css(), .animate().
jQuery also has methods for handling events such as .click(), .hover(), .keydown(), .submit().
HTML has various types of elements that are used to structure and present content on the web.
HTML elements can be categorized into semantic and non-semantic elements
Semantic elements provide meaning to the content, while non-semantic elements are used for presentation purposes
Examples of semantic elements include