Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://gist.githubusercontent.com/ImJasonH/c00cdd7aece6945fb8ea/raw/d68043c30bc560c8acee9d574add3b8cd4bd04c4/markdown.css">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <h1>this is h1</h1>
  <h2>this is h2</h2>
  <h3>this is h3</h3>
  
  <p>This is <b>bold</b>, <i>italic</i>,  <strike>strike</strike> and a <a href="https://en.wikipedia.org">link</a>.</p>
  
  <p>This is some <code>inline code</code>.</p>
  
  <pre>
Here is a code block
</pre>
  
  <pre lang="ruby">
Here is a ruby code block
</pre>
  
  <p>Tables are kind of ugly...</p>
  
<table>
  <thead><tr><td>H1</td><td>H2</td><td>H3</td></tr></thead>
  <tbody>
    <tr><td>A1</td><td>A2</td><td>A3</td></tr>
    <tr><td>B1</td><td>B2</td><td>B3</td></tr>
    <tr><td>C1</td><td>C2</td><td>C3</td></tr>
  </tbody>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers