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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							551 B
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							551 B
						
					
					
				<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <title>Titre</title>
 | 
						|
    <link rel="stylesheet" href="style.css" />
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
      <nav id="menu-haut">
 | 
						|
          <ul>
 | 
						|
              <li class="current">Accueil</li>
 | 
						|
              <li>Contact</li>
 | 
						|
              <li>Qui sommes nous?</li>
 | 
						|
              <li>Mentions Légales</li>
 | 
						|
          </ul>
 | 
						|
      </nav>    
 | 
						|
      <h1>titre 1</h1>
 | 
						|
      <h2>titre 2</h2>
 | 
						|
      <h3>titre 3</h3>
 | 
						|
      <h4>titre 4</h4>
 | 
						|
      <h5>titre 5</h5>
 | 
						|
      <h6>titre 6</h6>
 | 
						|
  </body>
 | 
						|
</html> |