-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond.html
More file actions
25 lines (24 loc) · 825 Bytes
/
second.html
File metadata and controls
25 lines (24 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heading paragraph and emmet</title>
</head>
<body>
<h1>this is jaggi</h1>
<h2>this is jaggi</h2>
<h3>this is jaggi</h3>
<h4>this is jaggi</h4>
<h5>this is jaggi</h5>
<h6>this is jaggi</h6>
<p>this is your first program</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim ratione ipsa, commodi culpa reprehenderit <strong>this is strong</strong> veritatis ullam eos molestias quidem iusto, possimus <em>this is emphasised</em> error quod omnis tempora voluptatum perferendis voluptas, non sint!</p>
<p>first <br>
this is a boy
</p>
<p>second</p>
<p>third</p>
<p>fourt</p>
</body>
</html>