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>
    
    <!-- this is a comment what will not be displayed on the screen -->
    
    <b> Makes text bold</b>
    <i> Italic text </i>
    <br/> Used to break text within a paragraph
    <hr /> Used to add a horizontal line to visually break up text
  </body>
</html>
Output

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

Dismiss x