TAFENSWCertIVLessonWebsite/register.html

36 lines
470 B
HTML

<html>
<head>
<title>Registration page</title>
<meta charset+"UTF-16">
</head>
<body>
<h1>Register with us</h1>
<hr color="red">
</hr>
<p>For more information please register</p>
<form action="Success.htm" >
<label>Given:
<input name="given" type="text">
</label>
<label>Surname:
<input name="surname" type="text">
<label>EMail:
<input name="email" type="email">
</label>
</form>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>