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>
  <img src="//www.w3schools.com/tags/planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">
<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.htm">
  <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.htm">
  <area shape="circle" coords="124,58,8" alt="Venus" href="venus.htm">
</map>
  <input type='week' />
  <input type='text' tabindex="-2"/>
  <input type='text' tabindex="0"/>
  <a href="#">t1</a>
  <div tabindex="3">yowko</div>
  <input type='text' tabindex="1"/>
  <a href="#">t2</a>
    <video width="320" height="240" controls>
  <source src="http://www.w3schools.com/TAgs/movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>
  <input type='radio'/>
  
  
  <img src="http://www.w3schools.com/TAgs/smiley.gif" alt="Smiley face" width="42" height="42">
  
  <iframe src="http://www.w3schools.com"></iframe>
</body>
</html>
Output

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

Dismiss x
public
Bin info
yowkopro
0viewers