Files
kids/rylee.html
2026-05-23 07:54:55 -05:00

30 lines
682 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Rylee's Page</title>
<style>
body {
background-color: lightpink;
}
</style>
</head>
<body>
<h1>Rylee's Page</h1>
<marquee>
<h1 style="color: red;">R</h1>
<h1 style="color: orange;">Y</h1>
<h1 style="color: yellow;">L</h1>
<h1 style="color: green;">E</h1>
<h1 style="color: blue;">E</h1>
</marquee>
<img src="uni.webp" height="200">
<img src="rainbow.png" height="200">
<img src="rainbow2.jpg" height="200">
<img src="unicorn_sloth.png" height="200">
<p>I like rainbows</p>
<a href="index.html">Tuckers Page</a>
</body>
</html>