My First Webpage in HTML
- Thomas Spencer
- May 12, 2021
- 1 min read

Here is the first webpage I made. I went to this website for help. I then opened notepad. I typed HTML into notepad.
I don't know if you are able to enlarge it or zoom in but I got the title on the tab, a large heading and some text. I will enjoy looking back at this, once I have some more training and experience under my belt.
Tom

<!DOCTYPE html>
<html>
<title>Tom's Most Excellent Webpage</Title>
<body>
<h1>Interesting Facts</H1>
<p>My name is Tom</p>
</body>
</html>
Comments