“Tabel sederhana di Bootstrap” Kode Jawaban

Tabel Bootstrap

<table class="table">
  <thead>
    <tr>
      <th scope="col">#</th>
      <th scope="col">First</th>
      <th scope="col">Last</th>
      <th scope="col">Handle</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th scope="row">1</th>
      <td colspan="3>Mark</td>
      <td>@mdo</td>
    </tr>
    <tr>
      <th scope="row">2</th>
      <td colspan="3>Jacob</td>
      <td>@fat</td>
    </tr>
    <tr>
      <th scope="row">3</th>
      <td colspan="3">Larry the Bird</td>
      <td>@twitter</td>
    </tr>
  </tbody>
</table>
Energetic Emu

Tabel sederhana di Bootstrap

<div class="table-responsive-md">
  <table class="table">
    ...
  </table>
</div>
surati_coding

Jawaban yang mirip dengan “Tabel sederhana di Bootstrap”

Pertanyaan yang mirip dengan “Tabel sederhana di Bootstrap”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya