-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebpage.html
80 lines (70 loc) · 2.48 KB
/
webpage.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Welcome to CricPlaza</title>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="webpage.css">
</head>
<body>
<section>
<img src="C:\Users\drish\OneDrive\Pictures\Saved Pictures\cricket logo.jpg" width=200px><br>
<nav>
<ul id="menu">
<li>
<a href="#">EXPLORE</a>
</li>
<li>
<a href="#">MATCHES</a>
</li>
<li>
<a href="#">TEAMS</a>
</li>
<li>
<a href="#">PLAYERS</a>
</li>
<li>
<a href="#">BLOGS</a>
</li>
<li>
<a href="#">STATS</a>
</li>
</ul>
</nav>
<p class="one"> <img class="pic" src="C:\Users\drish\OneDrive\Pictures\Saved Pictures\dhoni.png" width=200px>
Mahendra Singh Dhoni, is a former Indian international cricketer who captained the Indian national team in limited-overs formats from 2007 to 2017 and in Test cricket from 2008 to 2014. He is widely regarded as one of the greatest in the history of cricket. MS Dhoni is the only captain in the history of cricket to win all ICC trophies. <br><br>
</p>
<ul id="info">
<li>Born: 7 July 1981 (age 40 years), Ranchi</li>
<li>Height: 1.8 m</li>
<li>Spouse: Sakshi Dhoni (m. 2010)</li>
<li>Salary: 18 lakhs USD (2016)</li>
<li>Awards: Padma Bhushan, Padma Shri</li>
<li>Parents: Pan Singh, Devaki Devi</li>
<li><a href="https://www.cricbuzz.com/profiles/265/ms-dhoni" target="https://www.cricbuzz.com/profiles/265/ms-dhoni">Click here to see the stats</a></li>
</ul>
<br>
<p class="one" id="two"><img class= "pic" src="C:\Users\drish\OneDrive\Pictures\Saved Pictures\smriti mandhana.jpg" width="350">
Mandhana, Deepti Sharma sign with Sydney Thunder<br>
Indian pair of Smriti Mandhana and Deepti Sharma have signed for Sydney Thunder to play in the upcoming seson of the Women's Big Bash League starting October 14. The pair will be replacing the English players Heather Knight and Tammy Beaumont who are unavailable for the tournament.<br>
</p>
<ul id="news">
<li>
<h2>LATEST NEWS</h2>
</li>
<li>
Pakistan set to host Asia Cup 2023
</li>
<li>
Dhoni's presence will boost the morale of the team : Kohli
</li>
<li>
Uncertainty over WBBL matches in Hobart as Tasmania locksdown
</li>
</ul>
</section>
<footer>
<p>Copyright © MyBlog 2021 All Rights Reserved.</p>
<p>Made with ♥ in India</p>
</footer>
</body>
</html>