Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make a username and password in html

<input type="text" placeholder="Enter Username" name="username" required> <label>Password : </label> <input type="password" placeholder="Enter Password" name="password" required>
 
PREVIOUS NEXT
Tagged: #username #password #html
ADD COMMENT
Topic
Name
2+1 =