接下來讓我們一起看看html常用標簽吧!
html結構:
<html> html開始標簽
<head>
<title>html文檔標題</title>
</head>
<body>
html文檔內容....
</body>
</html> html結束標簽
html常用標簽:
表格:
<table> 表格開始標簽
<tr> 行
<td></td> 列
</tr>
</table> 表格結束標簽
相信大家已經學會html常用標簽了吧!感謝大家對我們網站的支持!
相關推薦:
html標簽語言介紹