@EsayadavSubmitted 5 months ago
Guri58
@Guri58All comments
- @Guri58Posted 4 months ago
HTML Improvements
- Semantic Tags: Use more semantic tags for better structure and accessibility. For example, use <header>, <article>, and <footer> where appropriate.
- Consistent Indentation: Ensure consistent indentation for better readability.
CSS Improvements
- Responsive Design: Use relative units (like em, rem, %) instead of fixed units (like px) for better responsiveness.
- Box-sizing: Add box-sizing: border-box; to ensure padding and borders are included in the element's total width and height.
0 - @AbdulrahmanFa2hySubmitted 4 months ago@Guri58Posted 4 months ago
It only contains header as a semantic tag. This layout looks good for tablets and phones having width of 600px. It is somewhat same.
0