-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 1.22 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 1.22 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
<!DOCTYPE html>
<html lang = "et">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>
Võrkpall
</title>
</head>
<body>
<h1>
võrkpall
</h1>
<p class="sinine">
Räägin mida võrkpallist
</p>
<br>
<a href="https://en.wikipedia.org/wiki/Volleyball">Link võrkpalli Wikipeedia lehele</a>
<img src="vorkpall.jpg" alt=" Võrkpall">
<h2>
Midagi veel võrkpallist
</h2>
<ul>
<li>pall </li>
<li>rand </li>
<li>pall </li>
</ul>
<p class="punane">
uuut miidagii ajajjajajajajjajajajajajajajqa
</p>
<table >
<tr>
<th>Esimne tulp</th>
<th>Teine tulp</th>
<th>Kolmas tulp</th>
</tr>
<tr>
<td>Pall1</td>
<td>Pall2</td>
<td>Pall3</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
<a href="teine.html">Link võrkpalli Wikipeedia lehele</a>
</body>
</html>