Files
jps/homepage_1
2020-02-14 12:06:51 -06:00

20 lines
509 B
Plaintext

<div class="header">
<h1>Forest Hill HS</h1>
<h3>My supercool header</h3>
</div>
<h1>Joe James</h1>
<br>
<p>This is my personal website.</p>
<br><br>
<form action="/action_page.php">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" value="John"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname" value="Doe"><br><br>
<input type="submit" value="Submit">
</form>
<input type="button" id="butt1" value="Click Me" />