1.定义:文档类型,定义规范HTML和XHTMLhtml
定义:根节点网络
做用:spa
1.设置主要使用语言的类型htm
2.SEO权重seo
做用:用于存放,必须设置title图片
做用:主体ip
做用:标题,seo中有很大的权重ci
不显示内容,便于网络爬虫文档
做用:input
1.description 描述信息
2.keywords 关键字
3.字符集
<ul> unorderlist
<li> listitem ### 2.2 有序列表 <ol> orderList
<li> ### 2.3 自定义列表
<table>
<tr>
<td>
border 边框有无
width 宽
height 高
cellspacing 边框大小
cellpadding 边距
<th> 表头,默认加粗,居中
<caption> 表格标题
<thead> 存放表头
<tfoot> 总结,只显示在最后一行
<tbody> 存放页面 ### 3.3 表单 #### 3.3.1 <input> 输入框
text 文本框
password 密码框
hidden 隐藏
radio 单选框
checkbox 多选框 checked="checked"默认选择
button 按钮
reset 重置
image 图片按钮
submit 提交数据
<select>
<option>
selected = "selected" 默认选中
cols 占行 rows 占列