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
    <div class="paragraph">We are here to build website</div>
11
</div>
12
13
</body>
14
</html>