Form-Image View upload-radio box (ii)

Source: Internet
Author: User

First, image browsing upload

1, still "table" label contains,

2, "Input" contains "type" equals "file".

<table border= "1" align= "center" >  <tr>   <td> image upload </td>   <td><input type = "File" </td>  </tr>  <tr>  </table>

Second, single box--click on the text can not be selected

1, the elements are the same, the only difference is "value" is equal to the male/female

2. Frame structure <input type= "Radio" name= "Sex" value= "male" >

<input type= "Radio" name= "Sex" value= "women" >

Three, single box--click the text to select

1. Basic structure <label for= "man" > Male </label> <!--there is a start and end

2. Add "id" value in input to "for" value "corresponding"

<table border= "1" align= "center" width= "303" >  <tr>   <td>   <label for= "man" > Men < /label>       <input type= "Radio" name= "Sex" value= "male" id= "man" >
<label for= "Woman" > Women </label> <input type= "Radio" name= "Sex" value= "female" id= "Woman" > </td > </tr> </table>

Form-Image View upload-radio box (ii)

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.