2012-05-22 70 views
5

我試圖做一個簡單的表格苗條軌苗條語法錯誤

table class="table table-striped" 
    thead 
    tr 
     th username 

它工作正常,但是當我嘗試添加另一日或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 

任何人可以幫助我的工作?

+4

順便說一句,而不是'表類=「table表條紋」'你可以用'table.table.table-striped',即名稱由點分離鏈的類。節省您的時間:) – jdoe

回答