課程
/前端開發
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
幫我看看是不是正確的
2023-07-21
源自:初識HTML(5)+CSS(3)-升級版 5-5
正在回答
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>使用thead、tbody、tfoot標簽</title>
</head>
<body>
? ? <h3>成績表</h3>
? ? <hr />
? ? ?<table? border>
? ? ? ? ?<thead>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ? ?<th>科目</th>
? ? ? ? ? ? ? ? ?<th>分數</th>
? ? ? ? ? ? ?</tr>
? ? ? ? ?</thead>
? ? ? ? ?<tbody>
? ? ? ? ? ? ? ? ?<td>語文</td>
? ? ? ? ? ? ? ? ?<td>99</td>
? ? ? ? ? ? ? ? ?<td>數學</td>
? ? ? ? ? ? ? ? ?<td>60</td>
? ? ? ? ?</tbody>
? ? ? ? ?<tfoot>
? ? ? ? ? ? ? ? ?<td>總分</td>
? ? ? ? ? ? ? ? ?<td>159</td>
? ? ? ? ?</tfoot>
? ? ?</table>
</body>
</html>
這樣
代碼沒錯,但確實格式看著很累
看你這些代碼,對沒對不知道,但是亂的讓人不想看啊
代碼寫的難看
舉報
HTML(5)+CSS(3)基礎教程8小時帶領大家步步深入學習標簽用法和意義
5 回答這樣對嗎?
1 回答這樣對嗎?
1 回答這樣想對嗎?
7 回答這樣寫對嗎
2 回答這樣對了嗎
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2024-08-06
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>使用thead、tbody、tfoot標簽</title>
</head>
<body>
? ? <h3>成績表</h3>
? ? <hr />
? ? ?<table? border>
? ? ? ? ?<thead>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ? ?<th>科目</th>
? ? ? ? ? ? ? ? ?<th>分數</th>
? ? ? ? ? ? ?</tr>
? ? ? ? ?</thead>
? ? ? ? ?<tbody>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ? ?<td>語文</td>
? ? ? ? ? ? ? ? ?<td>99</td>
? ? ? ? ? ? ?</tr>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ? ?<td>數學</td>
? ? ? ? ? ? ? ? ?<td>60</td>
? ? ? ? ? ? ?</tr>
? ? ? ? ?</tbody>
? ? ? ? ?<tfoot>
? ? ? ? ? ? ?<tr>
? ? ? ? ? ? ? ? ?<td>總分</td>
? ? ? ? ? ? ? ? ?<td>159</td>
? ? ? ? ? ? ?</tr>
? ? ? ? ?</tfoot>
? ? ?</table>
</body>
</html>
這樣
2024-01-08
代碼沒錯,但確實格式看著很累
2023-12-16
看你這些代碼,對沒對不知道,但是亂的讓人不想看啊
2023-07-25
代碼寫的難看