What I Learned in Web Page Development II

A reflection on growth, design, and the new skills I’ve gained throughout the course.

Building Confidence with Code

When I first started Web Design II, I was a little intimidated by all the new tools and techniques. But as the weeks went by, I learned how to build responsive layouts, structure my code more effectively, and use external style sheets to keep everything organized. One of the biggest things I gained was confidence — now, working with HTML and CSS feels much more natural.

Understanding Responsive Design

Media queries and responsive layouts were a big part of this course. I learned how to make my site look good on different screen sizes, from large desktops to mobile devices. This not only improves the user experience but also makes the site more professional. Learning to use Bootstrap components made this process smoother and more efficient.

Key Takeaways

1. Clean & Structured Code

I learned how to separate concerns by keeping CSS external, organizing HTML semantically, and making my code easier to read and maintain.

2. Responsive Design Skills

I gained confidence using media queries and Bootstrap’s grid system to make my site adaptable across different devices and screen sizes.

3. Accessibility Awareness

I became more mindful of accessibility by adding alt text, using proper heading levels, and making sure my site is easy to navigate for everyone.

Looking Ahead

This class taught me more than just technical skills — it gave me a stronger sense of how to think like a designer. I now approach layouts more intentionally, consider accessibility, and think about how users will experience each page. I’m excited to take these skills with me as I keep building and improving my projects.