You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
776 B

<!DOCTYPE html>
<html lang="fr">
<head>
<title>La Formule 1</title>
<meta charset="utf-8">
<link href="stylepage.css" rel="stylesheet">
</head>
<body>
<div id="bloc_page">
<header>
<h1>La formule 1</h1>
<nav>
<ul>
<li> <a href="siteweb.html">Accueil</a> </li>
<li> <a href="lesecuries.html">Les écuries</a> </li>
<li> <a href="lesrecords.html">Les records</a> </li>
<li> <a href="classement.html">Classements</a> </li>
</ul>
</nav>
<div class="imageF">
<img src="logo.jpg" alt="Logo" width="229" height="57">
</div>
</header>
<articlec>
<iframe id="classement"
title="ClassementF1"
src="https://www.eurosport.fr/formule-1/championnat-du-monde-1/standing.shtml">
</iframe>
</articlec>
</body>
</html>