Начало
Тагове
История
Home
HTML тагове
tbody
Редактор на живо
HTML таг
tbody
редактор на живо
HTML код:
<table class="table table-striped"> <thead class="table-dark"> <tr> <th scope="col">#</th> <th scope="col">Име</th> <th scope="col">Имейл</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>Иван Иванов</td> <td>ivan@example.com</td> </tr> <tr> <th scope="row">2</th> <td>Мария Петрова</td> <td>maria@example.com</td> </tr> </tbody> </table>
Резултат: