HTML <ins> 標(biāo)簽的 datetime 屬性
2017-08-05 HTML ins 標(biāo)簽的 datetime 屬性 HTML ins 標(biāo)簽 實(shí)例 在 ins 元素中使用 datetime 屬性: pMy favorite color is delblue/del ins datetime=2009-08-08T21:55:06Z red/ins!/p 親自試一試 定義和用法 datetime 屬性規(guī)定文本被
HTML <ins> 標(biāo)簽的 cite 屬性
2017-08-05 HTML ins 標(biāo)簽的 cite 屬性 HTML ins 標(biāo)簽 實(shí)例 在 ins 元素中使用 cite 屬性: pMy favorite color is delblue/del ins cite=why_inserted.htm red/ins!/p 親自試一試 定義和用法 cite 屬性指向一個(gè)文檔的 URL,該文檔
HTML <input> 標(biāo)簽的 value 屬性
2017-08-05 HTML input 標(biāo)簽的 value 屬性 HTML input 標(biāo)簽 實(shí)例 下面的表單擁有兩個(gè)輸入字段以及一個(gè)提交按鈕 - 它們都帶有預(yù)定義的值: form action=form_action.asp method=get First name: input type=text name=fname val
HTML <input> 標(biāo)簽的 type 屬性
2017-08-05 HTML input 標(biāo)簽的 type 屬性 HTML input 標(biāo)簽 實(shí)例 下面的表單擁有兩個(gè)輸入字段以及一個(gè)提交按鈕: form action=form_action.asp method=get pFirst name: input type=text name=fname //p pLast name: input type=text name
HTML <input> 標(biāo)簽的 src 屬性
2017-08-05 HTML input 標(biāo)簽的 src 屬性 HTML input 標(biāo)簽 實(shí)例 下面的表單擁有兩個(gè)輸入字段以及一個(gè)圖像形式的提交按鈕: form action=form_action.asp method=get pFirst name: input type=text name=fname //p pLast name: input
HTML <input> 標(biāo)簽的 size 屬性
2017-08-05 HTML input 標(biāo)簽的 size 屬性 HTML input 標(biāo)簽 實(shí)例 下面這個(gè) HTML 表單分別有兩個(gè)輸入字段,寬度分別是 35 個(gè)字符和 18 個(gè)字符: form action=form_action.asp method=get pEmail: input type=text name=email size=3
HTML <input> 標(biāo)簽的 readonly 屬性
2017-08-05 HTML input 標(biāo)簽的 readonly 屬性 HTML input 標(biāo)簽 實(shí)例 帶有兩個(gè)文本字段和一個(gè)提交按鈕的 HTML 表單: form action=form_action.asp method=get Name:input type=text name=email / Country:input type=text name=country valu
HTML <input> 標(biāo)簽的 name 屬性
2017-08-05 HTML input 標(biāo)簽的 name 屬性 HTML input 標(biāo)簽 實(shí)例 帶有兩個(gè)文本字段和一個(gè)提交按鈕的 HTML 表單: form action=form_action.asp method=get pName: input type=text name=fullname //p pEmail: input type=text name=email //p
HTML <input> 標(biāo)簽的 maxlength 屬性
2017-08-05 HTML input 標(biāo)簽的 maxlength 屬性 HTML input 標(biāo)簽 實(shí)例 下面這個(gè) HTML 表單帶有最大長(zhǎng)度分別是 85 和 55 個(gè)字符的兩個(gè)輸入字段: form action=form_action.asp method=get pName: input type=text name=fullname maxle
HTML <input> 標(biāo)簽的 disabled 屬性
2017-08-05 HTML input 標(biāo)簽的 disabled 屬性 HTML input 標(biāo)簽 實(shí)例 帶有一個(gè)禁用輸入字段的 HTML 表單: form action=form_action.asp method=get pFirst name: input type=text name=fname //p pLast name: input type=text name=lname disable