-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.33 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.33 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
<!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>
<h2>hello hellooo dosto!!</h2>
<table border="2" width="100%">
<thead>
<a href="#java">Java programming</a>
<a href="#python">Python programming</a>
</thead>
<tbody>
<tr>
<td colspan="2">Main head</td>
</tr>
<tr>
<td><a href="login.html" target="myframe">Login</a>
<br><br>
<a href="registration.html" target="myframe">Registration</a>
</td>
<td>
<iframe name="myframe" height="400px" width="600px" style="background-color: burlywood;" src="pikachu-5527377_1280.jpg" alt="" height="100px" width="50px"></iframe>
</td>
<td>main body</td>
</tr>
<tr>
<td colspan="2">footer</td>
</tr>
</tbody>
<TFoot>
<p id="java">
<h2>about java</h2>
</p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut, laudantium veniam libero sequi minima obcaecati eum odit reprehenderit? Dolores, culpa. Eos quis aliquam earum, culpa nemo facilis? Impedit, quidem odit?
</TFoot>
</table>
</body>
</html>