Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>New structural elements</title>
</head>
<body>
<header>
  <h1>Michel Buffa home page</H1>
</header>
 
<section>
  <h2>About</h2>
   <img id="michelBuffa" src="https://www.edx.org/sites/default/files/person/image/w3c_michel_cropped.png">
  My name is Michel Buffa, I work at the University of Nice in the south of France, and I'm an academic member of W3C.
</section>
 
<aside>
  <h2>Contact</h2>
  
  Email:buffa@unice.fr
  <br>
  Twitter: @micbuffa
</aside>
 
<footer>
  <h2>Created in 2015</h2>
</footer>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
marieforguepro
0viewers