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>
<div id="content">
    <div class="entry-content">
      <h1 class="entry-title">Zac Gordon</h1>
      <p>Zac Gordon is a professional educator with years&nbsp;of experience teaching in the classroom, leading&nbsp;workshops, giving talks and recording&nbsp;online courses.</p>
    </div>  
  </div>
</body>
</html>
 
//var header = document.querySelector( '#content .entry-content h1' ); 
var one = document.getElementById("content");
var two = document.getElementsByClassName("entry-content");
var three = document.getElemetsByIdTag("h1");
var header =  
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers