Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<style>
  
    p {
      text-align: right; width:100%;
    }
  .left {
    margin:0;
    padding:0;
    float: left;
    padding-left: 25px;
  }
  .right {
    width: 80%;
    float: right;
    text-align: right;
    color:#8394ab;
  }
  .spaceme {
    width: 33%;
    float: left;
  }
  
</style>
</head>
<body>
  
  <span class="left">(Test)</span>
  <span class="right">Edit</span>
  <div>A</div>
  <br>
  <span class="spaceme">
    <table>
      <tr>
        <td>Test<td>
        <td>Test2<td>
      </tr>
      <tr>
        <td>Test3<td>
        <td>Test4<td>
      </tr>      
    </table>
    This is a test
   </span>
  <span class="spaceme">This is a test 2</span>  
  <span class="spaceme">This is a test 3</span>
</body>
</html>
Output

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