-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice.html
25 lines (24 loc) · 922 Bytes
/
practice.html
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>Document</title>
</head>
<body>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta labore
nemo ipsum. Repellendus laborum aut at, perferendis molestiae voluptatum
quaerat libero facilis mollitia quos culpa ex, magni similique tempore
tenetur debitis fuga? Accusamus minima quae beatae alias ipsum eaque
voluptatum.
</p>
<p>first<br /></p>
<hr />
<a href="https://google.com" target="_blank">Go to google</a><br />
<a href="https://facebook.com" target="_blank">Go to facebook</a><br />
<a href="https://twitter.com" target="_blank">Go to twitter</a><br />
<a href="https://linkedin.com" target="_blank">Go to linkedin</a><br />
<!-- ctrl+enter new line -->
</body>
</html>