DEV Community

Praveena durai
Praveena durai

Posted on

My HTML Learning Journey

Getting Started with HTML
Today, I dove into the world of HTML and learned about the basic structure of HTML documents. Here's what I covered:

  1. HTML Tags: I learned about the different types of HTML tags, such as headings (<h1>-<h6>), paragraphs (<p>), and links (<a>).
  2. HTML Attributes: I discovered how to add attributes to HTML elements, like id, class, and style.
  3. Semantic Elements: I explored semantic elements like <header>, <nav>, <main>, and <footer>, which provide meaning to the structure of a web page.

Key Takeaways

  • HTML is the foundation of web development
  • Understanding the structure and syntax of HTML is crucial
  • Semantic elements improve accessibility and SEO

Your Turn!
What are you learning in HTML? Share your experiences and favorite resources in the comments below! đź’¬

Top comments (1)

Collapse
 
csm18 profile image
csm

You can follow The Odin Project!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.