<DOCTYPE html>
<html>
<head>
<title> Easy Signup Form for websites </title>
<body>
<h1>Signup FOrm</h1>
<h2>Signup today for get access of our website</h2>
<input type="text" id="fname" class="name" placeholder="first-name">
<input type="text" id="lname" class="name" placeholder="last-name">
<input type="text" id="uname" class="name" placeholder="user-name">
<input type="email" id="mail" class="name" placeholder="Your-email">
<input type="password" id="pass" class="password" placeholder="Your Pasword (must be 6 cherecters long)">
<input type="password" id="pass" class="password" placeholder="Confirm your password">
<input type="file" id="profile_pic" class="Profile-picture" placeholder="choose your profile picture">
<textarea width="400px" height="100%" placeholder="write something about you !">
</body>
</html>
A very simple signup form which you can use anywhere, be free to use this codes on your website !!
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.