-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
74 lines (66 loc) · 1.24 KB
/
test.html
File metadata and controls
74 lines (66 loc) · 1.24 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
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
<html>
<title> My html file</title>
<body>
<a href="#table">Click here to find out </a>
Here i go
<h1> Just Testing</h1>
so how are you I ma fine yass .
<ol> <li>fruit</li>
<ul> <li>gsgsg</li></ul>
</ol>
<img>
<div>
How is this
dgaggawg
<a href="mailto:sanutiwari36@gmail.com?subject=hi&body="hello">mail</a>
</div>Here i am again
Please answer me
<img src="wp1876255.jpg" alt="I am sanu" width="500px">
<img src="wp1876255.jpg" alt="I am sanu" width="50%">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="table">
<table border="5">
<caption> Hi here</caption>
<tr>
<th>First column</th>
<th>Second column</th>
<th>Third column</th>
</tr>
<tr>
<td rowspan="2">Hi s dfw dfgdfgsdgsdg dssfdgfdg</td>
<td> lell</td>
<td>again</td>
</tr>
<tr>
<td rowspan="4">sgsg</td>
<td> dsag gsdf </td>
<td> dgsgafff</td>
</tr>
<tr>
<td>ggasg </td>
</tr>
<tr>
<td> dggsg</td>
</tr>
</table>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br>
whats popping guya
<details>
<summary> hi just wanted to check</summary>
<p>so whats up</p>
</details>
</body>
</html>