-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.html
31 lines (28 loc) · 1.24 KB
/
start.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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documented</title>
</head>
<body>
<p>My start file is not index.html</p>
<p>But we should always save it as index.html</p>
<p>Though it is a warning but test</p>
<h1>Checking out</h1>
<h3>New Destination</h3>
<div>
<h3>New Blog</h3>
<h5>Look Mama, I can write a blog. It's not your Mama, it's your Amma!</h5>
<h5>Look Mama jaan, I can write a blog. I love you!</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex sunt, sed repellendus rerum perspiciatis
necessitatibus asperiores nostrum aut veniam voluptatibus iure natus, optio eos ipsam assumenda quaerat
similique aliquid molestiae, impedit excepturi accusantium harum nemo illo. Blanditiis enim delectus
repellendus.</p>
</div>
<img src="abdul-kalam.jpg" alt="A picture of Scientist Dr. A.P.J. Abdul Kalam giving a speech">
<img src="programming-cat.jpg"
alt="A white cat wearing a glass and sitting in front of a computer as though it is a programmer">
</body>
</html>