1.
How to change the src attribute of an<img> element using jQuery?
2.
Which jQuery method is used to change the background color of all paragraphs to yellow?
3.
How to remove the href attribute from all anchor elements using jQuery?
4.
Which jQuery method is used to add the class "highlight" to all <div> elements?
5.
How to change the text content of all <h1> elements to "New Heading" using jQuery?
6.
Which jQuery method is used to change the HTML content of all <div> elements?
7.
How to change the font size of all elements to 16 pixels using jQuery?
8.
Which jQuery method is used to set the value of the title attribute to "New Title" for all elements?
9.
How to change the color of all paragraphs to red using jQuery?
10.
Which jQuery method is used to change the font weight of all<h2> elements to bold?