The HTML Guy
<p>Learn it, Use it, Share it.</p>

Welcome!

hot-linked like it’s 1998
✨ The HTML Guy ✨ Welcome surfer of the web! ✨ Updated: 2/13/2026 ✨
THIS TEXT IS BLINKING BECAUSE IT CAN

Navigation

Side Stuff

  • 🔗 Cool Links
  • https://www.w3schools.com
  • 📧 Email me
  • thomaswebvisit@gmail.com
  • 🎮 My Favorite Games
  • DOOM
  • 🧠 Random Thoughts
  • Am I the best at HTML? No. Probably Tim Berner Lee.

Random Gifs and Buttons!

hot-linked like it’s 1998
Hit Counter: 000000 (totally real)

Main

I love HTML, CSS, and JS! Do you know how to use it? It is easy to use and make a website with! Here is a chart!

<p>This is text</p>
<a href="www.google.com">This is a link</a>
<img src="image.jpg" alt="This is an image">

You can such a simple, but such a cool website with just that!
Now, some css!

body {
background: red;
}

That changes the background! Remember to always put CSS in <style> </style> in <head> </head>
Now JS.

function showAlert() {
alert("Hello! This is a JavaScript alert.");
}

Put this in <script> </script>
Put this in body:

<button onclick="showAlert()">Click Me</button>

Now you have an Alert button!
I hope you like my website!

Now a whole website using all those little bits!

<!doctype html>
<html>
<head>
<title>Title</title>
<style>
body {
background: red;
}
</style>
</head>
<body>
<script>
function showAlert() {
alert("Hello! Welcome! This is an alert!");
}
</script>
<p>Hello! This is plain text!</p>
<a href="www.google.com">Go to Google!</a>
<img src="cat.jpg">
<p>My Cat</p>
</body>
</html>

See you around!

Gifs!

hot-linked like it’s 1998

🚧 Under Construction 🚧

This area is still being built with love, pixels, and questionable HTML.

UNDER CONSTRUCTION NO CSS FRAMEWORKS MADE WITH HTML

Under Construction!

hot-linked like it’s 1998
Buttons:
88x31 NEOCITIES NO FRAMES