-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.29 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.29 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
38
<!DOCTYPE html>
<html>
<head>
<title>Tribute to Sachin Tendulkar</title>
<link rel="stylesheet" type="text/css" href="css1.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700,700i" rel="stylesheet">
</head>
<body>
<div class="page">
<p>gopal</p>
<h1 >Mr. Sachin Ramesh Tendulkar</h1>
<h2>The God of Cricket </h2>
<img src="sachin.jpg" alt="sachin">
</div>
<div class="rewards">
<ul>
<li>1994: Arjuna Award recipient for achievements in cricket[2]</li>
<li>1997: Tendulkar was one of the five cricketers selected as Wisden Cricketer of the Year[3}</li>
<li>1997/98: India's highest sporting honour – Rajiv Gandhi Khel Ratna[4]</li>
<li>1999: Padma Shri – India's fourth highest civilian award[5]</li>
<li>2008: Padma Vibhushan – India's second highest civilian award[6]</li>
<li>2010: ICC Cricketer of the year – Highest award in the ICC listings</li>
<li>2010: LG People's Choice Award</li>
<li>2014: Bharat Ratna – India's highest civilian honour[7]</li>
<li>Wisden Leading Cricketer in the World 1997, 2010</li>
</ul>
</div>
<footer>
<a href="https://en.wikipedia.org/wiki/Sachin_Tendulkar" target="_blank">Click me to know about Mr <strong>Sachin</strong></a>
</footer>
</body>
</html>