-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhockey.html
More file actions
32 lines (28 loc) · 1.32 KB
/
hockey.html
File metadata and controls
32 lines (28 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hockey</title>
</head>
<body>
<h1>Hockey</h1>
<p><b>Hockey</b> is a term used to denote various types of both <u>summer</u> and <u>winter</u> team sports which originated on
either an outdoor field, sheet of ice, or dry floor such as in a gymnasium.</p>
<p>There are many types of hockey. Some games make the use of skates, either wheeled, or bladed while others do not.
In order to help make the distinction between these various games, the word "hockey" is often preceded by another
word i.e. "<b>field hockey</b>", "<b>ice hockey</b>", "<b>roller hockey</b>", "<b>rink hockey</b>", or "<b>floor hockey</b>".</p>
<p>In each of these sports, two teams play against each other by trying to manoeuvre the object of play,
either a type of ball or a <u>disk</u> (such as a <u>puck</u>), into the opponent's goal using a <i>hockey stick</i>.</p>
<h2>Several types of football --></h2>
<img src="images/field-hockey.jpg" width="300">
<h4>Field Hockey</h4>
<hr>
<img src="images/ice-hocky.jpg" width="300">
<h4>Ice Hockey</h4>
<hr>
<img src="images/rink-hockey.jpg" width="300">
<h4>Rink / Roller Hockey</h4>
<hr>
</body>
</html>