Stores the position of the current element within all the elements matched by an onHTML callback.
The name of the tag.
The request object of the element's HTML document.
The Response object of the element's HTML document.
The text content of the element.
Iterates over the elements matched by the first argument and calls the callback function on every HTMLElement match.
element selector
callback function
Iterates over the elements matched by the first argument and calls the callback function on every HTMLElement match. It is identical to forEach except that it is possible to break out of the loop by returning false in the callback function.
element selector
callback function
The representation of a HTML tag.