文章詳情頁
如何往<thead> 所屬的部份添加顏色
瀏覽:154日期:2022-06-22 14:22:01
問題描述
<div style="color: bule "> <thead >
<tr> <th> 姓名</th>
<th>php</th>
<th> python</th>
<th>java</th></tr>
</thead> </div>
這樣為什末不行?
問題解答
回答1:在<th>中加入這個 bgcolor
相關文章:
1. html5 - 有可以一次性把所有 css外部樣式轉為html標簽內style=" "的方法嗎?2. javascript - 原生canvas中如何獲取到觸摸事件的canvas內坐標?3. javascript - vscode alt+shift+f 格式化js代碼,通不過eslint的代碼風格檢查怎么辦。。。4. javascript - 求解答:實例對象調用constructor,此時constructor內的this的指向?5. javascript - [js]為什么畫布里不出現圖片呢?在線等6. html - vue項目中用到了elementUI問題7. javascript - 如何將一個div始終固定在某個位置;無論屏幕和分辨率怎么變化;div位置始終不變8. java - 如何寫一個intellij-idea插件,實現編譯時修改源代碼的目的9. javascript - 有什么比較好的網頁版shell前端組件?10. java 中Long 類型如何轉換成Double?
排行榜
