Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="page">
<table>
  <thead class="font-cabecalh">
    <tr>
      <th>Data</th>
      <th>Tipo Atendimento</th>
      <th>Hora inicial</th>
      <th>Hora fim</th>
      <th>Total</th>
      <th>AM</th>
      <th>Observação</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>21/02/2024</td>
      <td>Presencial</td>
      <td>10:00</td>
      <td>11:00</td>
      <td>00:30</td>
      <td>Não</td>
      <td>Observação</td>
    </tr>
    <!-- Segunda linha de dados -->
    <tr>
      <td>21/02/2024</td>
      <td>Presencial</td>
      <td>10:00</td>
      <td>11:00</td>
      <td>00:30</td>
      <td>Não</td>
      <td>Observação</td>
    </tr>
  </tbody>
</table>
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers