2017年中级经济师答案:html Tag 都有什么

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/09 19:37:29
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
* input
* textarea
* select
* option
* optgroup
* button
* label
* fieldset
* legend

脚本
* script
* noscript

文字修饰
* b, i, tt, sub, sup, big, small, hr

都是,你可以上网查询一下html 4.0的相关材料。比较常用的有三四十种。