You are on page 1of 3

<!

DOCTYPE html>
<html>

<head>
<title>The best players in The world</title>
</head>

<body style="background-color:rgb(120, 165, 171);" dir="ltr">


<h1 style="font-size:300%;">The best in the world</h1>
<h2 style="font-size:200%;">The best 5 players in the world</h2>
<p style="font-size:200%;">
1-Cristiano Ronaldo &reg;.
<br />
<img src="CR7.jpg" width="200" height="300">
<br />
2-Lionel Messi &reg;.
<br />
<img src="Messi.jpg" width="200" height="300">
<br />
3-Pele.
<br />
<img src="Pele.jpg" width="200" height="300">
<br />
4-Zinedine Zidane &reg;.
<br />
<img src="Zezo.jpg" width="200" height="300">
<br />
5-Diego Maradona &reg;.
<br />
<img src="Maradona.jpg" width="200" height="300">
<br />
<br />
</p>
<p table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>

<h2>The best</h2>

<table>
<tr>
<th>Name</th>
<th>Old</th>
<th>Country</th>
</tr>
<tr>
<td>Cristiano Ronaldo</td>
<td>38</td>
<td>Portugal</td>
</tr>
<tr>
<td>Lionel Messi</td>
<td>35</td>
<td>Argentina</td>
</tr>
<tr>
<td>Pele</td>
<td>82</td>
<td>Brazil</td>
</tr>
<tr>
<td>Zinedine Zidane</td>
<td>51</td>
<td>France</td>
</tr>
<tr>
<td>Diego Maradona</td>
<td>60</td>
<td>Argentina</td>
</tr>

</table>
<iframe src="scr.html" height="500" width="250" title="Iframe
Example"></iframe>
<h2>The oldest</h2>

<ol>
<li>Pele</li>
<li>Diego Maradona</li>
<li>Zinedine Zidane</li>

</ol>

</p>
<p style="font-size:200%;">
There are many players who are not mentioned as football legends.
</p>
<pre style="font-size:150%;">
You can visit this website on them
</pre>
<a href=
"https://www.sportsadda.com/football/features/top-10-football-players-of-
all-time"
> visit Sport Sadda
<!-- Remember to add more wibsite here -->
<br />
</a>
<small>
<br />
Thanks for your time
</small>
</body>
</html>

You might also like