-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst html code
57 lines (53 loc) · 1.19 KB
/
first html code
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
46
47
48
49
50
51
52
53
54
55
56
57
!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my new website </title>
</head>
<body>
<!-- <p>New paragaraph</p> -->
<h1>MR.LBGHELP.COM</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<a href="https://www.flipkart.com/">flipkant</a>
<br/>
<hr />
<a href="https://www.instagram.com/">instagram</a>
<br/>
<hr />
<img src="https://th.bing.com/th/id/OIP.DyqDB0AEBWxwITNzn0w9sAHaHa?w=180&h=180&c=7&r=0&o=5&dpr=1.5&pid=1.7" height="200"
<br />
<hr />
<b> BOLD </b>
<br />
<hr />
<i> Italic </i>
<br />
<hr />
<u> underline </u>
<br /> <hr />
<br />
<br />
<br />
<br />
<p>
<u>sample paragraph</u>sample paragaraph
sample paragaraph
</p>
<hr />
<big>This tag show big text </big>
<hr />
<small> This tag is small text </small>
<hr />
<p>H<sub>2</sub>0</p>
<hr />
<p>3<sup>2</sup>=9</p>
<pre>
My Name is Amit kumar, founder of mr lbghelp.com website
</pre>
</body>
</html>