Method Demonstrations

1. getElementById() - Change Text

This text will change on button click.

2. querySelector() - Highlight First Paragraph

This paragraph will be highlighted.

This one won't.

3. createElement() & appendChild() - Add Item to List

4. replaceChild() - Replace List Item

5. removeChild() - Remove Last List Item

6. setAttribute() - Change Button Color

7. innerHTML - Change Content of Box

I will change