25 lines
605 B
HTML
25 lines
605 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Tuckers Page</title>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Tuckers Page</h1>
|
|
<p>Hi, I am Tucker and I love pokemon</p>
|
|
<img src="pika.gif" height="200">
|
|
<img src="umb.gif" height="200">
|
|
<img src="bulb.gif" height="200">
|
|
<img src="dragon.webp" height="200">
|
|
<img src="card.webp" height="200">
|
|
<img src="mega.webp" height="200">
|
|
<img src="face.webp" height="200">
|
|
<p>I really like all these gifs of Pokemon. Come to my website to learn all about Pokemon.</p>
|
|
<a href="rylee.html">Rylee's Page</a>
|
|
</body>
|
|
|
|
</html> |