TAFENSWCertIVLessonWebsite/register.html

42 lines
594 B
HTML

<!DOCTYPE html>
<html lang="en-au">
<head>
<title>Registration page</title>
<meta charset="UTF-8">
</head>
<body>
<h1>Register with us</h1>
<hr color="red">
</hr>
<p>For more information please register</p>
<form action="Success.html" method="get">
<label>Given:
<input name="given" type="text">
</label>
<label>Surname:
<input name="surname" type="text">
<label>EMail:
<input name="email" type="email">
<label>Password:
<input name="password" type="password">
</label>
<button>Register
</button>
</form>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>