-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 881 Bytes
/
index.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<title>My first Page</title>
</head>
<body>
<header>
<h1>Hello! World, This is the Title</h1>
<h2>The author is Shailendra</h2>
</header>
<footer>
© 2022 by Shailendra Kashyap, <br> Z<sup>th</sup> Generation Entrepreneur<br> <code> C, HTML</code>
<br>
<address>Jaipur, Rajasthan, India</address>
<br>
<time>23:59</time>
<br>
<date>12/08/2022</date>
<br>
<a href="https://www.instagram.com/shailendraosk/" target="_blank">Follow me on Instagram</a>
<br>
<a href="http://www.intro-webdesign.com/" target="_blank">Introduction to HTML5</a>
</footer>
</body>
</html>