1.絕對路徑
http://127.0.0.1:8020/MyPro/index.html
相對路徑
1.目錄結(jié)構(gòu)? 相對? 絕對路徑
2.圖像 <img src="">
4.表格
5.列表
2.img(圖像的定義標簽)
src<源屬性> ? width? height? alt(提醒)
3. a
href(a href超鏈接) ? target(目標) ? name(錨點)
table(表格)
border(邊框) ?width(寬) height(高) cellpadding(單元格外邊距) ? ? cellspacing(單元格內(nèi)邊距)
style樣式 ? ? background背景 ? ? ? bgcolor背景顏色
caption (加上標題)align
rowspan(合并行屬性)
colspan (合并列屬性)
對齊方式:垂直對齊硅卢,左右對齊
align? ?left(左) ?center(中)right(右)
valign? top(上) ?middle(中) ?bottom(下)
<tr>表格 ? ?<td>
<ol>是有序列表 ? ?
<ul>是無序列表 ??<li>是有序無序的標簽 ? ? ?
<start>從幾開始 ? ? tupe=“square”無序列表的