Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Ejemplo</title>
</head>
<body>
    <label id = "crear">Crear nueva tabla</label>
    
    <table id = "tabla1">
        <thead>
            <tr>
                <th>Nombre</th>
                <th>Apellido</th>
                <th>Edad</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>
                    <input type = "text" placeholder = "Nombre" />
                </td>
                <td>
                    <input type = "text" placeholder = "Apellido" />
                </td>
                <td>
                    <input type = "text" placeholder = "Edad" />
                </td>
            </tr>
            <tr>
                <td>
                    <input type = "text" placeholder = "Nombre" />
                </td>
                <td>
                    <input type = "text" placeholder = "Apellido" />
                </td>
                <td>
                    <input type = "text" placeholder = "Edad" />
                </td>
            </tr>
            <tr>
                <td>
                    <input type = "text" placeholder = "Nombre" />
                </td>
                <td>
                    <input type = "text" placeholder = "Apellido" />
                </td>
                <td>
                    <input type = "text" placeholder = "Edad" />
                </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
Alexis88pro
0viewers