<!doctype html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <meta name="description" content="ma première page">
  <meta name="keywords" content="html,but info  Fontainebleau, ressource R1.02">
  <meta name="author" content="Mathis Moogin">
  <title>exo4</title>
</head>
<body>
  <h1>Orbites des planètes du Système solaire</h1>
  <h2>Planète;Distance moyenne (UA);Exentricité ;Inclinaison  (°);Période de révolution (an)</h2>
  <table>
    <tr>
      <td><h2>Planète</h2></td>
      <td><h2>Distance moyenne (UA)</h2></td>
      <td>Inclinaison (°)</td>
      <td>periode de revolution (an)</td>
      <td>photo</td>
    </tr>
    <tr>
      <td>Venus</td>
      <td>0,72333199</td>
      <td>0,007</td>
      <td>3,4</td>
      <td>0.615</td>
    </tr>

  </table>
</body>
</html>