OneCompiler

create an html page that marketies 3-4 products,and upon clicking the customer should see description

222
<!DOCTYPE html> <html> <head> <title>product page</title> </head> <body> <h1> list of products</h1> <section style="float:left;"> <a href="prd1.html"><img src="t-shirt.img"height="200"></a> <p>t-shirt</p> </section> <section style="float:left;"> <a href="prd2.html"><img src="full-sleeve.img"height="200"></a> <p> full-sleeve-shirt</P> </section> <section style="float:left;"> <a href="prd3.html"><img src="jacket.img"height="200"></a> <p>a jacket</p> </section> </body> </html>