<html>
<head>
<meta charset="utf-8">
<title>CSS Box Model</title>
<style>
h1 {
background-color:yellow;
margin: 50px;
}
</style>
</head>
<body>
<h1>Sri Hari Book Store</h1>
<h2>Mission</h2>
<p>Sriharibookstore.com is committed to bringing the most convenient, easy and secure shopping experience on the web.</q></p>
<h2>Products</h2>
<p>10 Million Books across 20+ Languages, Audio Books, Gadgets & Accessories, Toys, Electronics, Mobiles & Tablets Accessories, Health Care Devices and Many More Stores.
</p>
</body>
</html>