02 html

html

1.結構

1.2 DOCTYPE

1.定義:文檔類型,定義規範HTML和XHTMLhtml

1.3 HTML

定義:根節點網絡

做用:spa

1.設置主要使用語言的類型htm

2.SEO權重seo

1.4 Head標籤

做用:用於存放,必須設置title圖片

1.5 body標籤

做用:主體ip

1.6 title標籤

做用:標題,seo中有很大的權重ci

1.7 meta標籤

不顯示內容,便於網絡爬蟲文檔

做用:input

1.description 描述信息

2.keywords 關鍵字

3.字符集

2.列表

2.1 無序列表

<ul> unorderlist

<li> listitem ### 2.2 有序列表 <ol> orderList

<li> ### 2.3 自定義列表

3.表格

<table>

<tr>

<td>

3.1 屬性

border 邊框有無

width 寬

height 高

cellspacing 邊框大小

cellpadding 邊距

3.2 標籤

<th> 表頭,默認加粗,居中

<caption> 表格標題

<thead> 存放表頭

<tfoot> 總結,只顯示在最後一行

<tbody> 存放頁面 ### 3.3 表單 #### 3.3.1 <input> 輸入框

type

text 文本框

password 密碼框

hidden 隱藏

radio 單選框

checkbox 多選框 checked="checked"默認選擇

表單

button 按鈕

reset 重置

image 圖片按鈕

submit 提交數據

3.3.2 <select>選擇框

<select>

<option>

selected = "selected" 默認選中

3.3.3 <textarea>文本框

cols 佔行 rows 佔列

相關文章
相關標籤/搜索