Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  Une image : <img src="https://static.jsbin.com/images/dave.min.svg" width="5%"><br>
  <br>
  Une liste à puce : <ul><li>1er item</li><li>2ème item</li><li>3ème item</li></ul>
  Une liste ordonnée : <ol><li>Paris</li><li>Lyon</li><li>Marseille</li></ol>
  Ce 1<sup>er</sup> mot est <strong>important</strong> et celui-ci <em>aussi</em>.<br>
  <br>
  <table>
    <tr><td>Et voici un</td><td>tableau</td></tr>
    <tr><td>avec</td><td>4 cases</td></tr>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
tfontanetpro
0viewers