@emanmohamedsrSubmitted 7 days ago
What are you most proud of, and what would you do differently next time?
Responsive QR-code page.
- What have I used?
- HTML
- CSS
Responsive QR-code page.
- HTML
- CSS
Sure, here is the feedback:
Semantic HTML:
<main>
, <div>
, <h1>
, <p>
, and <footer>
tags is appropriate. However, consider using a <section>
tag instead of a <div>
for the container to enhance semantic meaning.Accessibility:
alt
attribute for the image is well-used, providing a description for screen readers.aria-label
attributes where necessary, such as on the links in the footer to describe their purpose.Responsive Layout:
Code Structure, Readability, and Reusability:
Design Consistency: