Skip to content

mohdjameel2412/htmlform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

htmlform

<ul style="list-style-type :circle> <li>elina</li> <li>james</li> <li>jack</li> </ul> </span> <form> Full Name: <input type=" text"="" name="usrname"> <br> Email Address: <input type="email" name="email"> <br> Password: <input type="password" name="password"> <br> Date of Birth: <input type="date" name="dob"> <br> Graduation Year: <input type="range" name="gradYr" min="1950" max="2030"> <br> Phone Number: <input type="tel" name="phoneNum"> <br> <fieldset> <legend> Demographics </legend> Gender: <input type="radio" name="genderOption" value="male"> Male <input type="radio" name="genderOption" value="female"> Female <input type="radio" name="genderOption" value="undisclosed"> Undisclosed <p> <br> Race: <input type="checkbox" name="raceOption" value="aframerican"> African American <input type="checkbox" name="raceOption" value="asian"> Asian <input type="checkbox" name="raceOption" value="white"> White <input type="checkbox" name="raceOption" value="amIndian"> American Indian <input type="checkbox" name="raceOption" value="pacIslander"> Pacific Islander <input type="checkbox" name="raceOption" value="other"> Other <br> </p></fieldset> <fieldset> <legend> Personal Preferences: </legend> Favorite Color: <input type="color" name="favcolor"> <br> </fieldset> <p> Resume Submission: <input type="file" name="resume"> </p><p> <!-- <br> Online Profile: <input type="url" name="onlineProf"> <br> Why are you most suited for this position? <input type="text" name="shortAnswer"> <br> --> <br> <input type="submit" value="Submit"> <input type="reset" value="Reset"> <br> </p> </ul>

Releases

No releases published

Packages

No packages published