My Simple Blog

Thoughts on learning web development


Getting Started with HTML

Posted on: March 4, 2026

HTML is the foundation of every website. It provides the structure of a webpage using elements like headings, paragraphs, lists, and links.

When I first started learning HTML, I was surprised at how simple it was to create a webpage. With just a few tags, you can build something visible in the browser.


Why Keep Things Simple?

Posted on: March 1, 2026

It’s easy to get overwhelmed by frameworks and tools. But starting with plain HTML helps you understand how the web really works.

Keeping things simple also makes your content load faster and easier to maintain.