OneCompiler

HTML website

118
<!-- code of simple website --> <!-- this is my first simple html website--> <!DOCTYPE html> <html> <body> <div> <section> <h1>product catalog</h1> <ul> <li><a href="#Electronics">Electronics</a></li> <li><a href="#clothing">Clothing</a></li> <li><a href="#Home">Home</a></li> </ul> </section>
    <section>
    <h2 id="Electronics">Electronics</h2>

...