a 標(biāo)簽
- 屬性
href的取值:
- 網(wǎng)址 https:// http:// //最高級(jí)別
現(xiàn)在都是http
哪里開的服務(wù)哪里就是根目錄 - 路徑 /a/b/c根目錄 a/b/c index.html 在當(dāng)前目錄找 ./index.html
- 偽協(xié)議:javascript:代碼; mailto:郵箱 ; tel:手機(jī)號(hào)
- id:跳轉(zhuǎn)到指定的標(biāo)簽href=#xxx
target的取值:
_blank _top _parent _self
window 的 name
iframe 的 name
download:
rel=noopener:
- 作用:
跳轉(zhuǎn)外部頁面
跳轉(zhuǎn)內(nèi)部錨點(diǎn)
跳轉(zhuǎn)到郵箱或電話等
iframe 標(biāo)簽
內(nèi)嵌窗口
table 標(biāo)簽表格
相關(guān)的標(biāo)簽
<table>
<thead>
<tbody>
<tfoot>
<tr>
<td>
<th>
不一定遵從寫的順序相關(guān)的樣式
table-layout: auto && fix
border-collapse是否聚在一起
border-spacing是否會(huì)有空的間距
img標(biāo)簽
- 作用
img標(biāo)簽 發(fā)出一個(gè)get請(qǐng)求植袍,展示一張圖片 - 屬性
alt 加載失敗顯示文字來提示
不可以讓圖片變形
height
width
src - 事件
onload/onerror - 響應(yīng)式
max-width: 100% 可以適配手機(jī)iPad - 可替換元素
form 標(biāo)簽 表單
- 作用:
發(fā)get或者post請(qǐng)求棺弊,然后刷新頁面 - 屬性:
action 請(qǐng)求頁面的地址/autocomplete/method/target - 事件:
onsubmit
input標(biāo)簽
- 作用:讓用戶輸入內(nèi)容
- 屬性:type:button/checkbox/email/file/hidden
input
button <button type="submit"><strong>提交</strong></button>
button 里面還可以包含標(biāo)簽 - 事件:
onchange/onfocus/onblur - 驗(yàn)證器