Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Tables</title>
</head>
<body>
  <table>
    <th>C1</th>
    <th>C2</th>
    <th>C3</th>
    <th>C4</th>
    <th>C5</th>
    <tr>
      <td>Item A</td>
      <td>Item B</td>
      <td>Item C</td>
      <td>Item D</td>
      <td>Item E</td>
    </tr>
    <tr>
      <td>Item F</td>
      <td>Item G</td>
      <td>Item H</td>
      <td id="changed">Changed</td>
      <td>Item I</td>
    </tr>
    
    
  </table>
  <p>Esta es una prueba a ver que pasa!.</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
arturoemxpro
0viewers