-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
37 lines (31 loc) · 1.67 KB
/
home.html
File metadata and controls
37 lines (31 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Sports</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<h1>Sports</h1>
<p><b>Sport</b> is commonly defined as an athletic activity that involves a degree of <b>competition</b>,
such as <u>netball</u> or <u>basketball</u>. Some games and many kinds of racing are called sports.
A professional at a sport is called an athlete. Many people play sports with their friends.
They need coaches to teach or train teams or individuals how to do better.
Sports can be played <b>indoors</b> or <b>outdoors</b> and by individuals or team.</p>
<p>Sports is needed for health and can help reduce diseases such as heart attacks,
many types of cancer, depression and anxiety, and dementia. Different types of sports help our body
in different ways. For children, sports play an extremely important part in their lives by providing
all round development of the child, physically, mentally and emotionally.</p>
<p>Some people like to watch other people play sports. Those who watch others playing sports are called fans.
While some fans watch sports on television, others actually go to stadiums or other places where people pay
to watch them in person. These fans are called spectators.</p>
<p><b><i>People engage in many kinds of sports, for example:</i></b></p>
<ul type="circle">
<li><a href="football.html">Football</a></li>
<li><a href="cricket.html">Cricket</a></li>
<li><a href="hockey.html">Hockey</a></li>
</ul>
<p>Read More<a href="about-us.html" target="_blank"> About Us</a></p>
</body>
</html>