<head>
<head>
<h1>div Tag</h1>
<tag> see also basic html</tag>
</head>
<body>
<div>div means divide, it can be used inside, outside or a subsitute for paragraph</div>
<br>
<div>Which saves a lot of hassle</div>
</body>
<foot>
<div>©Copyright</div>
</foot>
</html>