Which jQuery DOM method is used to set or return the content of selected elements (including HTML markup)?
Options:
Explanation:
The jQuery DOM method
html() is used to set or return the content of selected elements (including HTML markup).
Tags:
jQuery
Answer:
Which jQuery DOM method is used to set or return the content of selected elements (including HTML markup) html().