Hey everyone! 👋
So, today I decided to finally stop procrastinating and start learning HTML (better late than never, right?). I chose freeCodeCamp because, well… it’s free, and everyone says it’s great for beginners.
After a quick intro, I jumped into the "Basic HTML and HTML5" section. At first, I was like:
<h1>Wait, what even is a tag?</h1>
But soon, things started making sense. I learned:
How to create headings (
<h1>to<h6>)Adding paragraphs (
<p>)
My First (Very Basic) Web Page
| <h1>Welcome to freeCodecamp</h1> | |
| <h2>Full Stack Curriculum</h2> | |
| <p> Learn all of the skill to become a full stack developer</p> | |
| <h3> Introduction to HTML</h3> | |
| <p> HTML represents the content and structure of a webpage</p> | |
| <h3>Introduction to CSS </h3> | |
| <p> CSS is used to style a webpage </p> | |
| <h3> Introduction to Javascript </h3> | |
| <p> JavaScript add interactivity to a webpage <p> Result? A plain but functional webpage! 🎉 |
Have you learned HTML? Any tips for a newbie like me? Drop a comment!
