x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
  <link rel="stylesheet" href="https://webtutor.dev/stylesheet/style.css"/>
5
</head>
6
<body>
7
8
<div class = "main">
9
  <div class ="heading">Welcome To Webtutor.dev</div>
10
11
  <div class ="paragraph"> We build shells </div>
12
</div>
13
14
</body>
15
</html>