Accuracy = 97% speed = 35WPM Duration = 54 seconds
tag Is used to group inline-element in a document. It provides no visual change by itself. It provides a way to add a hook to a part of a text or a part of a document, Its a global attribute in HTML. It supports Event attributes in HTML.
.find() method The find() method returns descxendant elements of the element.
The Dom tree: This method traverse downwards along descendatsof Dom elements, all the way down to the last descent. To only traverse a single level down the DOM tree(to return direct children), use the children() method.
Jquery Traversing methods map() Passes each element in the matched set through a function, producing a new Jquery. slice() Reduces the set of matched elements to a subset specified by a range of indices. last() Returns the last element of the selected elements.