Files
College-thing/Second-page.html
T
2022-03-09 11:17:03 +00:00

26 lines
746 B
HTML

<link rel="stylesheet"
href="style.css">
<html>
<title>Marcus Website page 2</title>
<head> <h1>wowwww a second page (*UwU*)</h1>
</head>
<div>
<p>
<nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav>
</p>
</div>
<img width="768" height="432" text-align="centre" src="The_max.jpeg">
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname">
<div><label for="Number">Number:</label><br>
<input type="text" id="Number" name="Number"></div>
</form>