1.
Which JavaScript method allows you to change the value of an HTML attribute?
2.
How can you dynamically change the source (URL) of an image element using JavaScript?
3.
How can you add a CSS class to an HTML element using JavaScript?
4.
How can you remove a CSS class from an HTML element using JavaScript?
5.
How can you change the text content of an HTML element using JavaScript?
6.
How can you change the href attribute of an anchor (link) element using JavaScript?
7.
How can you add an attribute to an HTML element using JavaScript?
8.
How can you remove an attribute from an HTML element using JavaScript?
9.
How can you dynamically change the value of an input element using JavaScript?
10.
How can you change the style (CSS) of an HTML element using JavaScript?