Html development-simple web page table Creation

Source: Internet
Author: User

<Input> used to collect user information without concluding remarks.
<Type> input element type,
Type attribute of input, type attribute value:

Text (text box), button, checkbox, file, hidden ),

Image, password, radio, reset, and submit ).

Value description
Button definition can be clicked (in most cases, it is used to start the script through JavaScript ).
Checkbox definition check box.
File defines the input fields and the "Browse" button for file upload.
Hidden defines hidden input fields.
The image defines the submit button in the image format.
Password defines the password field. The character in this field is masked.
Radio defines the radio button.
Reset defines the reset button. The reset button clears all data in the form.
Submit defines the submit button. The submit button sends the form data to the server.
Text defines the input fields of a single line. You can enter text in it. The default width is 20 characters.

 


<Textarea> defines a text area, concluding remarks </textarea>. textarea attributes:

Attribute value description 4 5
Autofocus true
False
Make the textarea focus when loading the page. 5
Cols number specifies the number of columns visible in the text area. 4 5
Disabled true
False
This region is disabled when it is loaded for the first time. 4 5
Form true
False
Defines one or more forms to which the textarea belongs. 5
Inputmode defines the expected input type of the textarea. 5
Name name_of_textarea is a name specified in this region. 4 5
Readonly true
False
Indicates that the user cannot modify the content in the text area. 4 5
Required true
False
Defines whether the textarea value is required to submit the form. 5
Rows number specifies the number of lines visible in the text area. 4 5


Example:


<Textarea rows = "3" cols = "30">
Text...
</Textarea>
<B> bold, concluding remarks </B>

<I> italic, concluding remarks </I>

<U> underlined and concluding remarks </u>

<Big> large font </big>

<Small> small font </small>

<Blink> flashing effect </blink>

<Em> it is generally italic, emphasizing </em>

<Strong> it is generally in bold, with emphasis </strong>

<Cite> it is generally italic and used for citation and example </cite>

 

<Html> 

 

Related Article

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.