HTML Essay 2

Source: Internet
Author: User

<iframe> Inline Frame
Syntax <iframe src= "URL" name= "frame name" >......</iframe>
Scrolling (show scroll bar) Yes (display) No (not shown) auto (auto)
Frameborder (show Border) 1 (display) 0 (not shown)

Form (form)
Basic structure <form name= "Form1" action= "URL" method= "Get" >
User name: <input type= "text" name= "uname"/>
Password: <input type= "password" name= "password"/>
</form>

Name (name) Action (Form submit address) target (open mode)
Method (Form data submission method (get public) (post secrecy)) Enctype (MIME type)

<input> (Form element: Input box)
Type (type) value (value) size (width) readonly (read-only)
MaxLength (maximum length of input characters) disabled (disabled)

In <input>, there are different boxes for type
Type= "Text" (text box) text= "Password" (Password box)
Type= "Radio" (Radio) type= "checkbox" (check)
Type= "button" (OK button) type= "Submit" (Submit button)
Type= "Reset" (override button) type= "image" (Picture button)
Ps:checked is selected by default, note that when type= "Radio", which is a single selection, the value of name is consistent.

HTML Essay 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.