Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<!--basic box for the whole form starts here-->
<form action= "action_page.php" style="border:1px sold #ccc">
<div class="box">
<h1> Join the Art Station!</h1>
<p>Become a professional artist! Create your account now!
Please fill in the blanks!
</p>
<div>
<label for="firstname"><b>First Name*:</b></label>
<input type="" placeholder="Enter First Name" name="firstname" required>
<label for="lastname"><b>Last Name*:</b></label>
<input type="text" placeholder="Enter Last Name" name="lastname" required>
<label for="dob"><b>Date of birth</b></label>
<input type="date" placeholder="Enter your date of birth*" name="dob" required>
<label for="email"><b>E-Mail*:</b></label>
<input type="email" placeholder="Enter your E-mail Address" name="email" required>
<label for="password"><b>Password*</b></label>
<input type="password" placeholder="Enter your Password" name=password>
<label for="rpassword"><b>Password Confimation*</b></label>
<input type="password" placeholder="Enter your Password" name=rpassword>
</div>
</div>
</form>