Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <h1>Un titre de niveau 1</h1>
  
  <h2>titre de niveau 2</h2>
  <p> 
    Lorem ipsum dolor sit amet. Eum eaque
    facere non nesciunt commodi vel 
    debitis <em>voluptate</em> ut autem aspernatur 
    aut maiores exercitationem 
    eum molestiae suscipit.
  </p>  
  <p>
  Excepteur sint obcaecat 
  cupiditat non proident, sunt 
  in culpa qui officia deserunt mollit 
  anim id est laborum. 
  </p>
  
  <h3>titre de niveau 3</h3>
  
  
</body>
</html>
 
body {
  color:blue ;
  margin-left: 1cm;
}
h1 {color:red; font-family:sans-serif}
h2, h3 {
   color: #F2A456;
   text-align: center;
}
p em {
   background-color: rgb(20,250,183);
}
p+p {color:green}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers