Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
    <head>
    </head>
    <body>
        <h1 id="my_header">JavaScript is fun!</h1>
    </body>
</html>
<p>I think i really like coding, each day i feel more empowered. </p>
<html>
   <head1>
     </head1>
     <body>
       <h2 id="myOtherEl">It's so awesome!</h2>
  </body>
</html>
 
var header = document.getElementById("my_header");
 
alert(header.innerHTML);
var header = 
document.getElementById ("myOtherEl");
alert(header.innerHTML);
Output

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

Dismiss x
public
Bin info
NadineLambpro
0viewers