Day 25 / 365 - Full Stack journey
Source: Dev.to

I know it might seem odd that I’m on Day 25 instead of Day 1 or 2. The reason is simple: I hadn’t been posting about the first 25 days. I was learning on my own, not sharing. From now on, I’ll be building a network while I learn, so I’m finally documenting the wins and losses of this journey.
Note: Today is actually Day 26, but I’m using this post to recap the past 25 days.
What I’ve Learned So Far
During these 25 days I’ve covered a lot of ground, starting with the fundamentals of web development.
HTML and CSS
In simple terms:
- HTML is the skeleton of a web page – it provides the structure.
- CSS is the skin – it adds style and visual appeal.
That’s the core idea; I’ll dive deeper into the specifics of what I’ve learned about HTML and CSS in a future post.