-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcricket home.html
37 lines (36 loc) · 1.53 KB
/
cricket home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>home</title>
<style>
div
{border:red dotted;
width: 500px;
padding: 10px;
background-color: aquamarine;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
margin-left: 300px;
margin-right: 300px;}
body
{background-color: black;}
</style>
</head>
<body>
<div>
<ul>
<li><a href="cricket home.html"> cricket</a></li>
<li><a href="ipl cricket.html">IPL(Indian Premier League)</a></li>
<li><a href="rules of cricket.html"></a></li>
<li><a href="cricket Origin.html">Cricket'S Origin"></a></li>
</ul>
<h1>How did cricket start ???</h1>
<p>
*The sport of cricket has a known history beginning in the late 16th century. Having originated in south-east England, it became an established sport in the country in the 18th century and developed globally in the 19th and 20th centuries. International matches have been played since the 19th-century and formal Test cricket matches are considered to date from 1877. Cricket is the world's second most popular spectator sport after association football (soccer).
<img src="500px-First_Grand_Match_of_Cricket_Played_by_Members_of_the_Royal_Amateur_Society_on_Hampton_Court_Green,_..._-_Google_Art_Project.jpg">
</p>
</div>
</body>
</html>