Why do we need to set an ID to the parent element?
- Because we need to access it when nesting an element inside it
- Because we need to create the parent inside the
script
- Because we want to create a new element inside the
script
Because we need to access it when nesting an element inside it.