HTTP中的一些屬性的用法

2021-08-10 02:22:49 字數 1385 閱讀 8093

placeholder    輸入一些解釋文字

marquee> 使標籤滾動起來

background-repeat: no-repeat; 使不平鋪

間隔線

div>**塊

寫下拉列表

中國大陸option>

select>

required="required"必填項

action="">

表單屬性legend>

// 是郵箱

for="">

email: type="email"

name="email"

id=""/>

label>

// 位址

for="">

url: type="url"

name="url" />

label>

// 數字

for="">

number: type="number"

name="number"

step="3" />

label>

// **

for="">

tel: type="tel"

name="tel" />

label>

// 進度條

abel

for="">

range: type="range"

name="range"

value="100"

min="0"

max="300"/>

label>

//顏色

for="">

color: type="color"

name="color" />

label>

// 時間

for="">

time: type="time"

name="time" />

label>

// 日期

for="">

date: type="date"

name="date" />

label>

// 月份

for="">

month: type="month"

name="month" />

label>

// 周

for="">

week: type="week"

name="week" />

label>

type="submit"

value="提交"/>

fieldset>

form>

選擇器表單

form

input

C 屬性的一些用法

屬性 get set public class person set 屬性可以忽略get或set訪問器,但是不能兩個都忽略 set訪問器包含乙個隱藏的引數value,該引數包含從客戶 傳送過來的值 公共屬性及其底層型別最好使用相同的名稱,因為它們之間的聯絡將很清晰 字段使用camelcase xx ...

frameset中的一些屬性

frameset設定左右 上下顯示比例cols rows,cols 25 表示左邊frame顯示寬度為25 右邊為75 rows 55 表示上邊frame顯示寬度為55 下邊為45 noresize表示比例不能調整 不寫noresize屬性,預設比例可以通過滑鼠上下或左右調整。cursor e re...

html meta中的一些屬性

meta標籤共有兩個屬性,分別是http equiv屬性和name屬性 name屬性 keywords 關鍵字 說明 用於告訴搜尋引擎,你網頁的關鍵字 viewport 移動端的視窗 說明 這個概念較為複雜,這個屬性常用於設計移動端網頁。在用bootstrap,amazeui等框架時候都有用過vie...