Showsni
-5
Q:

html input text

<label for="name">Name (4 to 8 characters):</label>

<input type="text" id="name" name="name" required
       minlength="4" maxlength="8" size="10">
1
<label for="name">Name:</label>
  <input type="text" id="name"><br><br>
5

    <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>
 
8
<input type="email" name="name" id="id" placeholder="[email protected]" />
5
<input type="radio">Hi</input>
3

New to Communities?

Join the community