html input

HTML
<label for="name">Name:</label>
  <input type="text" id="name"><br><br><input type="radio">Hi</input><form>
  <input type="button">
  <input type="checkbox">
  <input type="color">
  <input type="date">
  <input type="datetime-local">
  <input type="email">
  <input type="file">
  <input type="hidden">
  <input type="image">
  <input type="month">
  <input type="number">
  <input type="password">
  <input type="radio">
  <input type="range">
  <input type="reset">
  <input type="search">
  <input type="submit">
  <input type="tel">
  <input type="text">
  <input type="time">
  <input type="url">
  <input type="week">
</form><input type="email" name="name" id="id" placeholder="[email protected]" /><input type = number id = yourid min = 1 max = 100>    <form 
    action="/action_page.php">

 
    <label for="fname">First name:</label>
  <input type="text" 
    id="fname" name="fname"><br><br>

     
    <label for="lname">Last name:</label>
  <input type="text" 
    id="lname" name="lname"><br><br>

     
    <input type="submit" value="Submit">

    </form>
 
Source

Also in HTML: