-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVolleyball.html
46 lines (43 loc) · 1.78 KB
/
Volleyball.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
<!DOCTYPE html>
<html>
<head>
<style>
.stn {
background-color: pink;
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="hoho.jpeg">
<b><center><FONT SIZE="7" COLOR="white"><h1> Volleyball</h1></FONT></center>
<font size = "5" COLOR="green">
<p style="font-family:Comic Sans MS;" >
Volleyball is a team sport in which two teams of six players are separated by a net. Each team tries to score
points by grounding a ball on the other team's court under organized rules. It has been a part of the official
program of the Summer Olympic Games since Tokyo 1964. Beach volleyball was introduced to the programme at the Atlanta
1996.
<br>
The complete set of rules is extensive, but play essentially proceeds as follows: a player on one of the teams begins a
'rally' by serving the ball (tossing or releasing it and then hitting it with a hand or arm), from behind the back boundary
line of the court, over the net, and into the receiving team's court.The receiving team must not let the ball be grounded
within their court. The team may touch the ball up to three times to return the ball to the other side of the court, but
individual players may not touch the ball twice consecutively. Typically, the first two touches are used to set up for
an attack. An attack is an attempt to direct the ball back over the net in such a way that the team receiving the ball is
unable to pass the ball and continue the rally, thus, losing the point.
</font>
</b>
<center><button class="stn"><a href="sform.html">Start Training Now </a></button></center>
</body>
</div>
</html>