41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<html>
|
|
<h1>Joe James</h1>
|
|
<h3>Forest Hill High School</h3>
|
|
<p>This is my personal webpage.</p>
|
|
<p>Follow this link to <a href="http://www.github.com/joeyajames">my GitHub page.</a></p>
|
|
<br />
|
|
<img src="https://images-gmi-pmc.edge-generalmills.com/a3d4c2c6-1e35-4ae7-9f3b-23479f9a5f15.jpg" width="300" height="200" title="pie is so yummy!" />
|
|
<p>I like cherry pie.</p>
|
|
|
|
<form title="form" action="/action_page.php">
|
|
<fieldset>
|
|
<legend>Student Profile</legend>
|
|
<label for="name">Name:</label>
|
|
<input type="text" id="name">
|
|
<br><br>
|
|
<select name="dropdown">
|
|
<option value = "freshman" selected>Freshman</option>
|
|
<option value = "sophomore">Sophomore</option>
|
|
</select>
|
|
<br><br>
|
|
<input type="checkbox" name="math" value = "on"> Math
|
|
<input type="checkbox" name="history" value = "on"> History
|
|
<br>
|
|
<p>Foreign Language:
|
|
<input type="radio" name="for_lang" value="spanish"> Spanish
|
|
<input type="radio" name="for_lang" value="french"> French
|
|
</p>
|
|
<br>
|
|
<input type="submit" value="Submit">
|
|
</fieldset>
|
|
</form>
|
|
<p><i>Thanks for visiting</i></p>
|
|
<br>
|
|
<hr>
|
|
<p align="center"><small>Follow Me</small></p>
|
|
<div align="center">
|
|
<a href="http://www.facebook.com"><img src="https://www.misterart.com/static/images/share-facebook.png" height="50" width="50"/></a>
|
|
<img src="https://www.misterart.com/static/images/share-twitter.png" height="50" width="50" />
|
|
</div>
|
|
</html>
|