html file structure
a html file looks like this :-
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<div>
</div>
</body>
</html>