Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
  </head>
  <body>
    <table border="1">
      <tbody>
        <tr>
          <th colspan="4" rowspan="1">
            <h3>Profile Settings</h3>
          </th>
        </tr> 
        <tr>
          <th rowspan="3">
            <label for="">DESCRIPTION:</label>
          </th>
          <td rowspan="3">  
            <textarea wrap="soft" cols="30" rows="4" type="text"></textarea> 
          </td>  
        
          <th>
            <label for="">Email:</label>
          </th>
          <td>  
            <input type="text"> 
          </td>  
        </tr>
        <tr>
          <th>
            <label for="">Password:</label>
          </th>
          <td>  
            <input type="password"> 
          </td>  
        </tr>  
        <tr>
          <th>
            <label for="">New Password:</label>
          </th>
          <td>  
            <input type="password"> 
          </td>  
        </tr>
        <tr>
          <td colspan="4">  
            <input type="button" value="save"> 
          </td>  
        </tr>
      </tbody>
    </table>
  </body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers