submit tel text time url week Specifies the type <input> element to display value text Specifies the value of an <input> element width pixels Specifies the width of an <input> element (only for type="image")Global AttributesThe <input> tag also supports the Global Attributes in HTML.Eve...
<inputtype="image"src="/submit.png"alt="submit"> Browser Output Let's see an example of how we can use it in a form. <form><labelfor="firstname">First name:</label><inputtype="text"id="firstname"name="firstname"><br><br><labelfor="lastname">Last name:</label><inputtype="t...
url week type 属性规定要显示的 <input> 元素的类型。 value text 指定<input> 元素 value 的值。 widthNew pixels width 属性规定 <input> 元素的宽度。 (只针对type="image")全局属性<input> 标签支持全局属性,查看完整属性表 HTML全局属性。事件...
button checkbox file hidden image password radio reset submit text 规定input 元素的类型。 value value 规定input 元素的值。 width pixels % 定义input 字段的宽度。(适用于 type="image")全局属性 <input> 标签支持 HTML 中的全局属性。事件属性 <input> 标签支持 HTML 中的事件属性。TIY...
HTML - Editors HTML - Basic Tags HTML - Elements HTML - Attributes HTML - Headings HTML - Paragraphs HTML - Fonts HTML - Blocks HTML - Style Sheet HTML - Formatting HTML - Quotations HTML - Comments HTML - Colors HTML - Images HTML - Image Map HTML - Iframes HTML - Phrase Elements HT...
Border 获取或设置 HtmlInputImage 控件的边框宽度。 CausesValidation 获取或设置一个值,该值指示在单击 HtmlInputImage 控件时是否执行验证。 ChildControlsCreated 获取一个值,该值指示是否已创建服务器控件的子控件。 (继承自 Control) ClientID 获取由 ASP.NET 生成的 HTML 标记的控件 ID。 (继承自 Contro...
Border 获取或设置 HtmlInputImage 控件的边框宽度。 CausesValidation 获取或设置一个值,该值指示在单击 HtmlInputImage 控件时是否执行验证。 ChildControlsCreated 获取一个值,该值指示是否已创建服务器控件的子控件。 (继承自 Control) ClientID 获取由 ASP.NET 生成的 HTML 标记的控件 ID。 (继承自 Contro...
week type 属性规定要显示的 <input> 元素的类型。 value text 指定<input> 元素 value 的值。 widthNew pixels width 属性规定 <input> 元素的宽度。 (只针对type="image")全局属性<input> 标签支持全局属性,查看完整属性表 HTML全局属性。事件属性<input> 标签支持所有 HTML事件属性。HTML...
button checkbox file hidden image password radio reset submit text 规定input 元素的类型。 value value 规定input 元素的值。 width pixels % 定义input 字段的宽度。(适用于 type="image")全局属性 <input> 标签支持 HTML 中的全局属性。事件属性 <input> 标签支持 HTML 中的事件属性。TIY...
<input type="image"> <input type="month"> <input type="number"> <input type="password"> <input type="radio"> <input type="range"> <input type="reset"> <input type="search"> <input type="submit"> <input type="tel"> <input type="text">(默认值) ...