Do you own a house? <input type="checkbox" name="Owns a House"><br />
Is it "little"? <input type="radio" name="A Little House" value="Yes"> Yes <input type="radio" name="A Little House" value="No"> No<br />
Is it on the prairie? <input type="text" name="On the Prairie">
The output of this HTML code is:Do you own a house?Remember, these elements will appear on the newuser.asp page will appear to be part of the registration form. So while the example above is functional it doesn't look pretty -- we would recommend that you carefully organize your form elements into a nicely formatted table or <div>.
Is it "little"? Yes No
Is it on the prairie?