Today contact with hyperlinks and form (⊙o⊙)?

Today contact with hyperlinks and form, feeling from the Internet world is a step closer!

Hope more effort, more lucky, come on! ! !

Study concluded:
1. <a href="跳转的路径" target="跳转方式"> </a>
 target: _blabk page opens a new window
 target: _self current page jump (default)
 title = "Mouse put up when the display attribute of "
2. Download function:
 href: points to address when a file can not be opened resolved, it will provide download capabilities.
3. anchor link:
 mark: <a name="标记值"> </a>
 page jump to mark the place: <a href="标记值"> </a>
 place to jump to other pages marked : <a href="网页路径#标记值"> </a>
4. identifier: only letters, numbers, underscores, $, of which the numbers can not start, not keyword, name meaningful as possible
5. form tag:
            <form Action = "address form information submitted" method = "submission"> declaration form information
 fill out the form element
 </ form>
 Method,: 1.Get stitching parameters passed insecurity in the URL, the transfer of data by size restriction
     2.post safety, unlimited size
6 form elements:
 general format: <input type = "element type" name = "



            2. push buttons: the Button
            3. Reset button: the RESET
  4. radio buttons: radio Note: need to be grouped with the name attribute
   checked = attribute selected by default when the attribute name = attribute value, the write-only property name on it = the checked "the checked"
  5. the checkboxes: checkbox Note: the name property needs to be grouped
  6. Upload file: file with the attribute enctype form = "multipart / form-Data"
  7. the drop-down box: <select name = "">
   <option value = ""> option 1 </ option>
   <option value = ""> option 2 </ option>
   </ sELECT> 
    selected default selected
  8. text field: <TextArea> </ TextArea>
  . 9. <label> </ label> hereby label may be selected with

Guess you like

Origin www.cnblogs.com/nbkls/p/12120651.html