-
Notifications
You must be signed in to change notification settings - Fork 0
/
swimming.html
43 lines (40 loc) · 1.41 KB
/
swimming.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
<!DOCTYPE html>
<html>
<head>
<style>
.stn {
background-color: #00FF33;
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 30px;
margin: 4px 2px;
border-radius: 50%;
}
.stn a{
text-decoration:none;
}
</style>
</head>
<body background="s.jpg">
<b><center><FONT SIZE="7" COLOR="black"><h1> Swimming</h1></FONT></center>
<font size = "5" COLOR="yellow">
<p style="font-family:Comic Sans MS;" >
Swimming is an individual or team racing sport that requires the use of one's entire body to move through water.
The sport takes place in pools or open water (e.g., in a sea or lake). Competitive swimming is one of the most popular
Olympic sports, with varied distance events in butterfly, backstroke, breaststroke, freestyle, and individual medley.
In addition to these individual events, four swimmers can take part in either a freestyle or medley relay. A medley relay consists
of four swimmers who will each swim a different stroke, ordered as backstroke, breaststroke, butterfly and freestyle.
<br>
Swimming each stroke requires a set of specific techniques; in competition, there are distinct regulations concerning
the acceptable form for each individual stroke
</p>
</font>
</b>
<center><button class="stn"><a href="sform.html">Start Training Now </a></button></center>
</body>
</div>
</html>