Learn to summarize HTML image hotspots, page zoning, stitching, forms

Source: Internet
Author: User

form: action= " responsible for handling the

<form id= "" Name= "" method= "Post/get" service side ">

ID is not repeatable,name is repeatable,get commits have a length limit, and the encoded content is visible in the address bar .

Post submissions have no length limit and the content is not visible after encoding.

</form>

1. text input

text box <input type= "Text" name= "" id= "" value= ""/>

Password box <input type= "password" name= "" id= "" value= ""/>

Text field <textarea name= "" id= "" cols= "" ( number of characters ) rows= "" ( a few lines high ) ></textarea >

Hidden fields <input type= "hidden" name= "" id= "" value= ""/>

2. button

Submit button <input type= "Submit" Name= "" id= "" disabled= "Disabled" value= ""/> Click to go to form the address of the submission server within

Reset button <input type= "reset" name= "" id= "" disabled= "Disabled" value= "" />

Normal button <input type= "button" name= "" id= "" disabled= "Disabled" value= ""/>

Picture button <input type= "image" Name= "" id= "" disabled= "Disabled" src= " picture address "/>

  Disabled Disable the button

  Enable make buttons available

3. Select Input

radio button Group <input type= "RAdio" Name= "" checked= "Checked" value= ""/>

  name values are used for grouping, value The value is not visible, submitted to the program, checked set the default options.

check box group <input type= "checkbox" Name= "checked=" checked "value=" " />

File Upload <input type= "file" name= "id=" "/>

  <lable for= "" ></lable>

  lable tagged as input element defines the callout.

  lable The element does not present any special effects to the user, but he improves usability for the user of the mouse. This control is triggered if you click on the text within the lable element.

That is, when the user selects the label, the browser shifts the focus to the label-related form controls.

  lable Label's for property should be associated with the element's ID property is the same.

4. Drop- down list box

  <select name= "" id= "" size= "" multiple= "multiple" >

  --size to be 1 when, for the menu; >1 is the list. multiple is a multi-select.

    <option value= " value "> content 1</option>

    <option value= " value "selected=" > "Selected " content 2</option>

    --selected, Set as Default

    <option value= " value "> content 3</option>

  </select>

5. Tags

<label></label>

field set (a bunch of labels)

<fieldset></fieldset>

A quick way to make a webpage:

Use the slice tool in Photoshop to plan where you want to set the link, and then save it as a Web -ready HTML format.

Open with DREAMWEAVER , open the design page, select the location where the slices are ready, and enter the URL of the hyperlink in the properties.

Learn to summarize HTML image hotspots, page zoning, stitching, forms

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.