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
- Item 1
- Item 2
- Item 3
4. replaceChild() - Replace List Item
- Replace this item
- Another item
5. removeChild() - Remove Last List Item
- First item
- Second item
- Remove me!
6. setAttribute() - Change Button Color
7. innerHTML - Change Content of Box
I will change