Basic Blog Post Layout (<article>, <header>, <section>, <footer>)
Getting Started with Web Development
— by Liejan Lawrsel M. Luengo
Web development is where you combine creativity with technical skills. Whether you are building a personal portfolio or an application, understanding the fundamentals of HTML is the first step!
In this post, we will explore the basic building blocks of the web and how you can start your journey as a developer.
Why Learn HTML?
HyperText Markup Language is the standard language for creating web pages. It structures the content on the web and works alongside CSS and JavaScript. Basically, HTML is the skeleton.
"This is a quote but I got to gatekeep it" — Me
Once you master HTML, you can move on to CSS for styling and JavaScript for functionality. The possibilities are endless!