class CustomHeader extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = ` Solar Panel Showdown Compare photovoltaic modules from leading manufacturers `; } } customElements.define('custom-header', CustomHeader);
Compare photovoltaic modules from leading manufacturers