<!DOCTYPE html> <html> <body> <p>First name: <input type="text" placeholder="john"></p> <p>Last name: <input type="text" placeholder="david"></p> <p>Email <input type="email" placeholder="example@gmail.com"></p> <p>Password <input type="password" placeholder="password"></p> </body> </html>
Run
×
Share