HTML form, html form

Source: Internet
Author: User

HTML form, html form

Form:
<Input type = "text" name = "" value = "" size = "display characters" maxlength = "Maximum number of characters" readonly = "readonly read-only" disabled = "disabled" inoperable not activated placeholder = "Search W3School">

<Input type = "password" value = "" size = "">

<Input type = "radio" name = "sex" value = "male" checked = "checked" id = "man"> <label for = "man"> male </label> & nbsp;
<Input type = "radio" name = "sex" value = "female" id = "woman"> <label form = "woamn"> female </label> .... ....... the name must be the same !!!!!!!

<Select name = "">
<Option selected = "" value = ""> </option>
<Option value = ""> </option>
</Select>


<Optgroup label = ""> group name
<Select name = "" size = "number of rows displayed" multipule = "multiple" multiple choice>
<Option value = ""> </option>
</Select>
</Optgroup>


<Input type = "file" size = "display length" name = "">


Form box
<Fieldset> </fieldset>
<Lenged> </lenged> defines the title for fieleset.
<Input type = "reset | submit | button" name = "" value = "">
<Input type = "image" src = "" name>
<Input type = "hidden" value = "" name = "">

<Textarea name = "" cols = "several words per line" rows = "How many rows"> </textarea>
Add a scroll bar: <textarea style = "scrollbar: overflow"> </textarea>


Horizontal scroll bar
<Body> 1 <! DOCTYPE html> 2



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.