@DavyMcDickSubmitted 4 months ago
What are you most proud of, and what would you do differently next time?
I'm most proud of completing my HTML task efficiently and ensuring that the code is clean, organized, and functional. It shows my ability to create structured and accessible web content, demonstrating attention to detail and effective use of tags and elements. If I were to approach the project differently next time, I would focus on integrating more modern practices like semantic HTML and responsive design techniques from the beginning, as well as testing the code across various browsers and devices earlier in the process to identify compatibility issues sooner.
What challenges did you encounter, and how did you overcome them?
One of the main challenges I encountered was ensuring the HTML code adhered to accessibility standards, which required more research and careful application of ARIA (Accessible Rich Internet Applications) attributes. Additionally, organizing the structure so that it was both semantically correct and easy to read was challenging when dealing with nested elements and complex layouts. I overcame these challenges by referring to trusted resources and documentation, like the W3C guidelines, and validating my code through tools such as the W3C Markup Validation Service. Collaborating with peers and seeking feedback also helped catch issues I might have missed and provided new insights on improving the code structure.
What specific areas of your project would you like help with?
In my project, I would appreciate help with optimizing the overall design for better user experience and responsiveness. While my HTML structure is solid, fine-tuning the layout with CSS. I could also use guidance on best practices for improving accessibility, especially when handling forms and interactive elements. Additionally, feedback on how to make the code more maintainable and scalable for future updates would be invaluable.