-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 733 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Hello</title>
<link rel="stylesheet" href="hello.css">
</head>
<body>
<h1><b> Look the text.<hr style="color:red;"></b></h1>
<p>This is about me.</p>
<div>
<h2>Wallah brother.What's up?</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magni nobis officia quaerat fugiat dolor minus, totam deleniti animi porro deserunt commodi vero reprehenderit, earum asperiores corporis nihil quidem laborum dolorem.</p>
</div>
<img src="shaown.jpg" alt="Sorry for interupt."
</body>
</html>