-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.html
More file actions
19 lines (19 loc) · 990 Bytes
/
Copy pathlist.html
File metadata and controls
19 lines (19 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>LIST</title>
</head>
<body background="https://th.bing.com/th/id/R.61dee50cc037ead714907cf7d6890126?rik=ogjLnvLFzTbCIA&riu=http%3a%2f%2fallpicts.in%2fwp-content%2fuploads%2f2017%2f08%2fLaptop-Background-Ideas-with-Eiffel-Tower-at-Night.jpg&ehk=lB%2b2ffnhcMCjz6fxLbKkoGvc5AtfB1T5mowNPpJx3PY%3d&risl=&pid=ImgRaw&r=0" >
<h1 align="center" style="font-size: 50px;" > <font face="Courier New"><u>top 5 cricket players of india</u></font> </h1>
<ol style="list-style-type:lower-roman;" >
<li style="font-size: 35px;">Sachin Tendulkar</li>
<li style="font-size: 35px;">Virat Kohli</li>
<li style="font-size: 35px;">MS Dhoni</li>
<li style="font-size: 35px;">kapil dev</li>
<li style="font-size: 35px;">Sunil Gavaskar</li>
</ol>
</body>
</html>