<!DOCTYPE html>
<html>
<head>
<style>
div {
height: 100px;
width: 600px;
background-color: grey;
}
</style>
</head>
<body>
<h2>Welcome to Lav's Tech</h2>
<div>Our company provides you with the best elctrinic devives.</div>
</body>
</html>