Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
    <head>
        <title>This is my favorite page</title>
    </head>
    <body>
        
        <p>Hello! I'm a paragraph element.</p> <!-- This is a paragraph element -->
      
        <a href="http://www.google.com">This link goes to google</a> <!-- This is anchor element -->
      
        <div id='desc' class='content'>This is the body of our page!</div>
        <hr /> <!-- <hr /> is a horizontal line -->
        <div id='svg_wrap'>
          HTML will be converted to DOM, and it is hierarchical. <br />
          This is a SVG which contains an orange rectangle: <br />
          <svg width="100" height="100">
            <rect x="10" y="10" width="30" height="10" fill="orange" />
        </svg>
        </div>
    </body>
</html>
Output

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

Dismiss x
public
Bin info
nanchenchenpro
0viewers