I recently completed the core fundamentals of HTML, and it has been an exciting learning experience.
When I started, HTML looked simple, but while practicing I realized how important it is for building the structure of every webpage. Instead of only watching tutorials, I focused on writing code manually and experimenting with different tags and layouts.
Here are the topics I covered during my learning journey:
✅ HTML Basics
HTML document structure
Headings and paragraphs
Text formatting tags
Lists
✅ Links and Media
Anchor tags
Images
Audio and video tags
✅ Tables
Rows and columns
Table headings and data
colspan
rowspan
✅ Forms
This was one of the most interesting topics for me.
I learned:
Input types
Labels and the for attribute
Radio buttons
Checkboxes
Dropdowns
Textareas
Form validation
Form attributes like action, method, required, etc.
✅ Semantic HTML
I learned how semantic tags improve webpage structure and readability using:
header
nav
section
article
footer
aside
✅ Other Topics
div and span
Meta tags
iframe
HTML entities
SVG basics
Canvas basics
SEO and responsive basics
The biggest thing I learned is that consistency and practice matter more than speed. Writing code daily helped me understand concepts much better.
My next step is starting CSS to learn webpage styling and responsive design.
Excited to continue the journey and keep building 🚀



Top comments (0)