スリムでシンプルなテーブルを作ってみた
table class="table table-striped"
thead
tr
th username
それは正常に動作しますが、別の th または tbody を追加しようとすると、不正なインデントというエラーが発生しました。たとえば、このコードは機能しません
table class="table table-striped"
thead
tr
th username
th provider
また
table class="table table-striped"
thead
tr
th username
tbody
tr
td test
誰でも私を助けることができますか?