Norbert
0
Q:

input in html


    <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="text" class="inputtext" placeholder="..." id="text1">
0
<input type="email" name="name" id="id" placeholder="[email protected]" />
5
<input type="radio">Hi</input>
3
<input type="text">
<input type="submit">
<input type="password">
<input type="button">
<input type="hidden">
<input type="number">
0

New to Communities?

Join the community