-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_!1.html
41 lines (38 loc) · 1.39 KB
/
index_!1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pallabi's website</title>
</head>
<body>
<H1>This is a Heading</H1>
<p1>this is a paragraph</p1>
<p>Pallabi Biswas</p>
<!--image tag-->
<img src="https://www.avalankids.com.au/assets/alt_1/GJK13.jpg?20201023133841" width="50" alt="see image">
<a href="https://snuniv.ac.in/"> <img src="https://www.avalankids.com.au/assets/alt_1/GJK13.jpg?20201023133841" width="50" alt=".c"></a>
<span>This is span</span>
<table width="60" border="1" align="center">
<tr>
<td colspan ="2" align="center">Name</td>
<td colspan ="2" align="center"> Class</td>
<td colspan ="2" align="center">Roll</td>
</tr>
<tr>
<td rowspan="2" colspan="2" align="center">Suchana</td>
<td rowspan="1" colspan="2" align="center">Phy</td>
<td rowspan="1" colspan="2" align="center">35</td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="center">Chem</td>
<td rowspan="1" colspan="2" align="center">45</td>
</tr>
<tr>
<td rowspan="1" colspan="2" align="center">Pallabi</td>
<td rowspan="1" colspan="4">CSS</td>
</tr>
</table>
<table></table>
</body>
</html>