html 标签 总共100多个 ,常用的20-30个
如下:
doctype
html
head
body
script
link:
meta: meta 在head 标记中间,
<meta charset="utf-8"> 定义网页的编码格式;
meta中的内容用户看不到的,是给蜘蛛,爬虫抓取的。<meta name="description" content="2345.com 热门网站" />
p
div
span
ul:unordered list
ol :order list
li : list
dl : definition list
dt : definition data
dd: data script
table
tr: table row
th” table head
td: table data
a :链接
img:图片
hr : 分界线
u: 下划线
i: 斜体
提醒:
编码格式 : gb3121【简体中文】,gbk【简体中文】,big5【台湾地区繁体中文】,utf-8:【包括一切的语言,一切的文字】