-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFirst.html
More file actions
45 lines (44 loc) · 1.39 KB
/
First.html
File metadata and controls
45 lines (44 loc) · 1.39 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>First web page by Meghwant
<titile>singh</titile>
</head>
<body>
<div>
<Header>Life long journey</Header>
</div>
<h1>Midnight Blue</h1>
<h2>Midnight Blue</h2>
<h3>Midnight Blue</h3>
<h4>Midnight Blue</h4>
<h5>Midnight Blue</h5>
<h6>Midnight Blue</h6>
<img src="imgwebtoon.jpg">
<big> <p>The best webtoon i read upto chapter 10 </br> create my own chapter 11.</p></big>
<small><p>Go for my youtube channel <b>Mega quickunboc hope</b> to read.</p></small>
<img src="C:\YMegwork\wallpaper\10777.jpg" width="150px" height="150px"></br>
<hr>
<hr width="90%"> <hr width="80%"> <hr width="70%">
<strong>Hello bro</strong>
<a href="https://www.quora.com/#">Click to open qoura</a>
<hr width="50%">
<a href ="https://www.quora.com/#"><img src="imgwebtoon.jpg"></a>
<h1>Few animes i read</h1>
<ol>
<li>Death note</li>
<li>Rent a girlfriend</li>
<li>Sage</li>
</ol>
<h2>Coding language i did in my btech</h2>
<ul>
<li>C</li>
<li>C++</li>
<li>java</li>
<li>python</li>
</ul>
<div>
<footer>
Thank you
</footer>
</div>
</body>
</html>