Skip to content

Instantly share code, notes, and snippets.

@praneethrddy
Created October 21, 2018 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save praneethrddy/56779e642fbf49e82309de9c592bc085 to your computer and use it in GitHub Desktop.
Save praneethrddy/56779e642fbf49e82309de9c592bc085 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<b align="center"><h1>FORM</h1></b>
</head>
<body>
NAME:<input type="text" name=" "/><br>
PHONE NUMBER:<input type="number" name="number"/><br>
PRESENT LOCATION:<input type="text" name=" "/><br>
RADIUS:<input type="text" name=" "/><br>
CLIMATE:</br>
<input type="radio"name="hot"value="on">hot</br>
<input type="radio"name="cold"value="on">cold</br>
Occupation:</br>
<input type="radio"name="agriculture"value="on">agriculture</br>
<input type="radio"name="business"value="on">business</br>
<input type="radio"name="employment"value="on">employment</br>
<b align="center"><a href="https://google.com">submit</b>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment