MakingAds
<html> <head> <title>this is my e-commerce page</title> </head> <body> <div style="width:100%;text-align:center;color:blue;font-size:large"> Let's enjoy varieties of Laptop at price you imagined <h1>Laptops</h1> </div> <hr color="green"> <div> <table cellpadding="10px"> <tr> <td><img src="one.jfif" alt=""></td> <td><img src="two.jfif" alt=""></td> <td><img src="three.jfif" alt=""></td> </tr> </table> <p style="padding:20px;width:80%;text-align:center;font-size:18px;"> Laptops are for everything. People use laptop for communication, entertainment. Watching videos, news, movies, songs in big screen is very enjoyable. The high end graphics of the laptops with 4K resolutions provide vidoes life. </p> <table cellpadding="10px"> <tr> <td><img src="four.jfif" alt=""></td> <td><img src="five.jfif" alt=""></td> <td><img src="six.jfif" alt=""></td> </tr> </table> </div> <hr color="green"> <div> Contact: 989898989<br> Email: laptops@gyahoo.com<br> </div> </body> </html>