Web Components (No Shadow DOM)
Instructions: Interact with a custom HTML element that does not use a Shadow DOM.
- Locate the `
` custom element below. - Find the `
` and `
` elements inside it, as they are part of the regular DOM.
Validation: Your script should be able to read the text from the elements inside the web component just like any other standard element.
This is content inside a custom web component.