1. Starting Point

Think about what you knew about designing and laying out Web pages when you started the course. Has your knowledge grown? Are you more comfortable now with advanced Web page layout?

Answer:

When I first started this course, my understanding of designing and laying out web pages was very basic. I mostly relied on simple HTML structure and had limited confidence using CSS beyond basic colors and fonts. Throughout the semester, my knowledge has definitely grown. I now feel much more comfortable using CSS for layout, including flexible widths, multi‑column designs, navigation styling, tables, and responsive layouts with media queries. Advanced selectors and mobile‑friendly design were areas I hadn’t really used before, and now they feel much more approachable.

2. How do you see yourself using CSS to layout Web pages in the future?

Do you plan to use what you have learned for personal or professional projects? Anything else?

Answer:

I can see myself using CSS regularly in the future, both for personal and professional projects. I feel confident creating layouts that adapt to different screen sizes and organizing content in a clean, readable way. The concepts from this class will be useful if I work on personal portfolio sites, class projects, or even professional websites. I especially valued learning how to separate structure (HTML) from presentation (CSS), which made my code easier to manage and update.

3. Class Materials

How do you feel about the various books and resources we used in class? Were they helpful for you? Which were your favorites? Do you have any suggestions for other methods or materials - or a wish list of what you would like to have seen? I honestly would like to know your thoughts on this.

Answer:

Overall, I thought the books and online resources used in the class were helpful. The written tutorials worked well as references when I needed to look something up again, especially for CSS selectors and layout techniques. My favorite materials were the examples that showed real‑world usage, because they helped me understand why a technique mattered instead of just how to write it. One suggestion might be to include slightly more visual step‑by‑step examples for complex layouts, but overall the materials supported the learning goals well.

4. Extra Resources

Did you use any extra resources like videos, youtube, the optional textbook, etc. Did you find any that you would recommend? Why would you recommend them?

Answer:

I did use a few extra resources, especially online tutorials and YouTube videos when I got stuck. Short CSS videos explaining flexbox, grid, or media queries were especially helpful because they showed changes in real time. I would recommend these types of videos because sometimes seeing the layout adjust visually helps the concept “click” faster than reading alone.

5. Something That Was the Hardest for You

What part of taking this class was the most difficult for you?

Answer:

The most difficult part of the class for me was troubleshooting layout problems, especially when something didn’t appear where I expected it to. Learning to figure out whether an issue was caused by margins, padding, display types, or media queries took some time. However, that challenge also helped me improve my problem‑solving skills and become more patient with debugging.

6. Something That Was the Easiest

What part of taking this class was the easiest for you?

Answer:

The easiest part of the class was working with basic styling such as colors, fonts, spacing, and simple selectors. Once I understood the structure of CSS, adjusting visual styles became enjoyable, especially when I could see immediate results in the browser.

7. Support

Do you have suggestions for ways that I can support students more fully - especially in what you think are the most difficult parts of the class.

Answer:

One way students could be supported more is by offering additional examples or optional walkthroughs for complex assignments, especially layouts that combine multiple techniques. Even short explanations of common mistakes could be helpful. That said, the class instructions were clear, and I appreciated how structured the assignments were.

8. Anything Else

What else would you like to say?

Answer:

Overall, I feel that this class helped me grow significantly in both confidence and skill. I now better understand how modern websites are structured and styled, and I feel prepared to keep learning more advanced web design concepts. Thank you for a well‑organized course and for providing opportunities to practice real‑world skills.