Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  <video id="movieElement1" controls>
    <source src="http://miracletreatday.com/videos/MarcusMiracleStory.mp4" type='video/mp4; codec="avc1.42E01E, mp4a.40.2"' />
  </video>
</body>
</html>
 
var div = document.createElement('div'),
    movie = document.getElementById('movieElement1');
div.innerHTML = movie.outerHTML;
movie.parentNode.removeChild(movie);
document.body.innerHTML = div.outerHTML;
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers