Skip to main content

Today I Started Learning HTML – My First Tiny Web Page!

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!



 


Popular posts from this blog

OnePlus Nord 5 Launching Soon: Powerful Performance & Premium Features

Photo Credit: OnePlus   OnePlus Summer Launch Event – July 8 OnePlus has officially announced its  Summer Launch Event  on  July 8 , where it will unveil the much-awaited  OnePlus Nord 5, Nord CE 5, and OnePlus Buds 4  in India and global markets. OnePlus Nord 5: Flagship-Level Power in a Mid-Range Phone The  Nord 5  is set to be the  first Nord series phone  with a  Snapdragon 8-series chipset —the  Snapdragon 8s Gen 3 , paired with  LPDDR5X RAM  for blazing-fast performance. 🔹  Gaming Beast  – Supports  BGMI at 90fps  (boostable to  144fps ) and  Call of Duty Mobile at 144fps natively . 🔹  Advanced Cooling  – Features a  7,300mm² VC cooling system  and  flagship-grade graphene thermals  (1,800W/m-K efficiency) for sustained performance. 🔹  Premium Design  – Dual rear cameras with a sleek layout, similar to the  OnePlus Ace 5 Ultra Edition ...

Stop Wasting Time! Learn Coding Faster with These 10 Expert-Approved Blogs

 I f you're looking to improve your coding skills, blogs are a fantastic way to learn. They offer tutorials, tips, and real-world advice from experienced developers. Here’s a list of   10 great blogs   that can help you master programming, whether you're a beginner or an expert. 1. FreeCodeCamp 🔗  Link FreeCodeCamp provides  free coding courses, projects, and certifications  in web development, Python, JavaScript, and more. Their blog is packed with easy-to-follow guides and practical examples. Why try it? ✔ Free hands-on coding exercises ✔ Covers both basics and advanced topics ✔ Supportive community 2. CSS-Tricks 🔗  Link If you're into  front-end development , CSS-Tricks is a must-read. It offers tutorials on  HTML, CSS, and JavaScript , along with useful code snippets. Why try it? ✔ Great for web designers and developers ✔ Simple, visual explanations ✔ Updates on the latest CSS trends 3. Dev.to 🔗  https://dev.to/ A  community-...