<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
	<title> le lycée </title> 
	<link rel="stylesheet" href="style.css">
  </head>
  <body> 
   <h1> Notre site</h1> 
   <ol>
	<li> comsommation énergétique du web</li>
	 <ul>
		<li> Les datacenters</li>
		<li> netflix</li>
	 </ul><!--ligne 15-->
    <li> comment réduire cette comsommation énergétique ?</li>
   </ol>
  </body>
</html>