html Tag 都有什么

来源:百度知道 编辑:UC知道 时间:2024/06/01 16:36:50
html Tag 都有什么,

<html> </html>

<body> </body>
<hr> <br> 这些都是tag 吗?

结构
* html
* head
* body
* div
* span

Meta Information
* DOCTYPE
* title
* link
* meta
* style

文字
* p
* h1, h2, h3, h4, h5, h6
* strong
* em
* abbr
* acronym
* address
* bdo
* blockquote
* cite
* q
* code
* ins
* del
* dfn
* kbd
* pre
* samp
* var
* br

连接
* a
* base

图片、对象
* img
* area
* map
* object
* param

列表
* ul
* ol
* li
* dl
* dt
* dd

表格
* table
* tr
* td
* th
* tbody
* thead
* tfoot
* col
* colgroup
* caption

表单
* form