1.绝对路径
http://127.0.0.1:8020/MyPro/index.html
相对路径
1.目录结构 相对 绝对路径
2.图像 <img src="">
4.表格
5.列表
2.img(图像的定义标签)
src<源属性> width height alt(提醒)
3. a
href(a href超链接) target(目标) name(锚点)
table(表格)
border(边框) width(宽) height(高) cellpadding(单元格外边距) cellspacing(单元格内边距)
style样式 background背景 bgcolor背景颜色
caption (加上标题)align
rowspan(合并行属性)
colspan (合并列属性)
对齐方式:垂直对齐,左右对齐
align left(左) center(中)right(右)
valign top(上) middle(中) bottom(下)
<tr>表格 <td>
<ol>是有序列表
<ul>是无序列表 <li>是有序无序的标签
<start>从几开始 tupe=“square”无序列表的