Skip to Content

My First HTML Webpage

From Zero to Web Hero 🚀

My Experience

  • First time writing HTML? Lowkey felt like magic. 🔥
  • Seeing my words on a webpage? Straight-up mind-blowing. 🤯
  • Struggled with closing tags? Yep, been there. But trial and error = best teacher.
  • HTML structure? Looked confusing at first, but once I got it, it was smooth sailing.
  • Finally seeing my webpage live? That "I did it!" moment was everything. 🚀

My First HTML Code

<!DOCTYPE html>
<html>
<head>
    <title>My First Webpage</title>
</head>
<body>
    <h1>Welcome to My First Webpage!</h1>
    <p>This is where my coding journey begins.</p>
</body>
</html>


# HTML
My First HTML Webpage
Girdhar Kumar 26 February 2025
Share this post
Tags
Archive
Sign in to leave a comment
My MySQL Journey: From Beginner to Intermediate
My Path to Becoming Better at MySQL Through School, Practice, and Self-Learning