-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 1.4 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Esimene veebileht</title>
</head>
<body>
<h1>Hello World!</h1>
<h2>Tudengiinfo:</h2>
<h3>222760IAAB</h3>
<h3>mauuri</h3>
<p> The FitnessGram™ Pacer Test is a multistage aerobic capacity test<br>
that progressively gets more difficult as it continues.<br>
The 20 meter pacer test will begin in 30 seconds. Line up at the start.<br>
The running speed starts slowly, but gets faster each minute after you hear this signal.<br>
[beep] A single lap should be completed each time you hear this sound. [ding]<br>
Remember to run in a straight line, and run as long as possible.<br>
The second time you fail to complete a lap before the sound, your test is over.<br>
The test will begin on the word start. On your mark, get ready, start.
</p>
<img src="https://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg" alt="creator of HTML">
<h4>Konjunktiivne Binaartabel 2 muutujaga</h4>
<table>
<tr>
<th>X1</th>
<th>X2</th>
<th>Tulemus</th>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>0</td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td>1</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
</table>
<a href="https://taltech.ee/">TalTech lehekülg</a>
</body>
</html>