-
Notifications
You must be signed in to change notification settings - Fork 0
/
Football.html
50 lines (46 loc) · 1.75 KB
/
Football.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
<!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="ffmy.webp">
<b><center><FONT SIZE="7" COLOR="WHITE"><h1> Football</h1></FONT></center>
<font size = "5" COLOR="TOMATO">
<p style="font-family:Comic Sans MS;" >
Football or Soccer, game in which two teams of 11 players, using any part of
their bodies except their hands and arms,
try to maneuver the ball into the opposing team’s goal. Only
the goalkeeper is permitted to handle the ball and may do so only
within the penalty area surrounding the goal. The team that scores more goals wins.
<br>
Football is the world’s most popular ball game in numbers of
participants and spectators. Simple in its principal rules and essential equipment,
the sport can be played almost anywhere, from official football playing fields (pitches)
to gymnasiums, streets, school playgrounds, parks, or beaches. Football’s governing body,
the Fédération Internationale de Football Association (FIFA), estimated that at the turn of the
21st century there were approximately 250 million football players and over 1.3 billion people
“interested” in football; in 2010 a combined television audience of more than 26 billion watched
football’s premier tournament, the quadrennial month-long World Cup finals.
</p>
</font>
</b>
<center><button class="stn"><a href="sform.html">Start Training Now </a></button></center>
</body>
</div>
</html>