-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLesson0004.html
More file actions
57 lines (44 loc) · 802 Bytes
/
Copy pathLesson0004.html
File metadata and controls
57 lines (44 loc) · 802 Bytes
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>
<head>
<link rel="stylesheet" type="text/css" href="lesson0004.css">
<title>Lesson0004</title>
</head>
<body>
<table>
<thead>
<tr>
<th>Olke</th>
<th>Paytaxt</th>
<th>Olke Kodu</th>
<th>Olke Ehalisi</th>
</tr>
</thead>
<tbody>
<tr>
<td>Azerbaycan</td>
<td>Baki</td>
<td>00994</td>
<td>10mln</td>
</tr>
<tr>
<td>Turkiye</td>
<td>Ankara</td>
<td>00995</td>
<td>55mln</td>
</tr>
<tr>
<td>Iran</td>
<td>Tehran</td>
<td>00998</td>
<td>125mln</td>
</tr>
</tbody>
</table>
<div class="main"><div class="second"></div></div>
<form action="action_page.php" method="post">
First Name:<br>
<input type="text" name="firstname" value="AgilliOL">
</form>
</body>
</html>