-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparagraph.html
More file actions
13 lines (13 loc) · 793 Bytes
/
paragraph.html
File metadata and controls
13 lines (13 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>basic html</title>
</head>
<body>
<h1>VOLLYBALL SPORTS </h1>
<p> 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.
<br> Builds agility, coordination, speed, and balance: Due to its quick changes of pace and direction, volleyball places a large number of demands on the technical and physical skills of a player. During the course of play, players are required to serve, pass, set, attack, block and dig the ball.</P>
</body>
</html>