e
text-align 讓單元格內容居中
border-collapse:collapse 讓**邊框邊實心細線
margin 讓**在網頁居中顯示
padding:10px 5px 15px 20px; 內邊距屬性(單元格內容到單元格邊框距離)
上內邊距是 10px,右內邊距是 5px,下內邊距是 15px,左內邊距是 20px
table, th, td
border 邊框,solid 實心
span:在行內定義一塊區域
some text.some othertext.
some text.some other text.
colspan:橫向合併單元格 標題
rowspan:列向合併單元格標題
style="ime-mode:disabled" 關閉輸入法,只能輸入英數字,chrome瀏覽器無效
required="required" 如果使用該屬性,則字段是必填(或必選)的。(必須輸入)
HTML常用標籤整理
全域性框架標籤 head 標籤 定義相對路徑 name屬性 keywords descrption robots 搜尋引擎的收錄方式 generator 編輯此網頁的工具軟體名 屬性 content type content text html charset gb 2312 定義網頁內容和字符集 ...
HTML常用標籤整理
全域性框架標籤 head 標籤 定義相對路徑 name屬性 keywords descrption robots 搜尋引擎的收錄方式 generator 編輯此網頁的工具軟體名 author http equiv屬性 content type content text html charset gb...
html常用標籤整理
文字格式編輯 由瀏覽器讀取和解析 雙標籤 開始標籤和結束標籤 標籤中 可以嵌入其他標籤 單標籤 自結束 單標籤都具有特定的功能 自動換行 不自動換行 body 主體內容 h1 6 標題標籤 p 段落標籤 div 純塊 span 純內聯 dl 自定義列表 dt 列表標題 dd 列表內容 ol 有序列表...