Please answer me fast
Answers
Answer:
Coding to design the web page :
<html>
<head>
<title>Shopping World</title>
<style type ="text/Css">
Body{background-color: aqua; color: maroon; font-size: 4;}
hr{ height:8; width:50%;}
h4{color:000000;}
</style>
<body>
<center>
<u><font face="Monotype Corsiva" size="7">
Shopping World </font> </u>
<h4> All your shopping needs end here </h4>
</center>
Shopping World is an online shopping site. You can place your orders from a wide range of our products. We offer you good quality products at the cheapest rates.<br> <br>
The categories of products offered are:<br>
Books and Stationery<br>
Coametics<br>
Garments<br>
Electronic Products<br>
Furniture
<center>
<hr>
<h4>
Contact us at the following address for free home delivery:<br>
Shopping World<br>
South Extension <br>
</center>
</body>
</html>