02.29 學習01-html表格,表單,列表

表格

表格的構成:表格由

<table>標籤來定義表頭為,行為,列為。

表格的標題標籤:

<caption>.。

表格的基本屬性:


學習01-html表格,表單,列表

學習01-html表格,表單,列表

表單

表單的語法:


學習01-html表格,表單,列表


表單元素獲取焦點:

第一種:用label直接包括input表單。

例子:<label>焦點:/<label>

第二種:用for屬性規定label與那個表單元素綁定。

例子:

<labelfor>焦點:/<labelfor>

文本域

文本域:

<textareaname>文本域/<textareaname>

下拉列表

下拉列表:

<selectname>

<optionvalue>蘋果/<optionvalue>

<optionvalue>香蕉/<optionvalue>

<optionvalue>梨/<optionvalue>

form表單

form表單:

列表

有序列表:

無序列表:

自定義列表:

"/<caption>/<table>


分享到:


相關文章: