-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (64 loc) · 2.25 KB
/
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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="background-color: #e6e6e6;">
<h1>initial practice for git push </h1>
<!-- <img src="E:\KARTAVYA\WEB(HTML,CSS,JS)\WEB(HTML,CSS,JS)\Web_Image\pexels-ahmed-adly-1270184.jpg" alt="aa"> -->
<!-- <area shape="poly" coords="140,121,181,116,204,160,204,222,191,270,140,329,85,355,58,352,37,322,40,259,103,161,128,147" href="croissant.htm"> -->
<!-- <area shape="default" coords="" href="" alt=""> -->
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/X-XZx1o_w-A?si=0Z6sRkapC-od34GT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
<h1>h1 heading</h1>
<h2>h2 heading</h2>
<h3>h3 heading</h3>
<h4>h4 heading</h4>
<h5>h5 heading</h5>
<h6>h6 heading</h6>
<h1>A <h2>B <h3>C <h4>D <h5></h5></h4></h3></h2></h1>
<p>
<p>Paragraph <p>Paragraph </p></p>
</p>
<img src="z_img/matteo-modica-4GVe6DC-ADA-unsplash.jpg" alt="" style="display: block; align-self: unset; width: 20rem; height: auto;">
<img src="z_img/tim-marshall-AL7TQghLLMU-unsplash.jpg" alt="" style="width:64rem; height: auto;">
<table>
<tr>
<th>
<td>Id</td>
<td>Name</td>
<td>Roll</td>
</th>
</tr>
<tr>
<th>
<td>1</td>
<td>Lucky</td>
<td>101</td>
</th>
</tr>
<th><br>
<td>2</td>
<td>Love</td>
<td>999</td>
</th>
</table>
<p title='John "lucky" Nelson'>John with venom quotes</p>
<p title="John 'ShotGun' Nelson">John with single quotes</p>
<pre>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
</pre>
<pre style="background-color: #d9d9d9; color: black;">
<p>
hi
this is pre tag
with color style
</p>
Ho ho ho
</pre>
</body>
</html>