Hi friends I have Completed my Tribute page responsive . I need feedback on it
Tribute Page
Your page looks good @krishnaji.c. Some things to revisit;
- Codepen provides the boilerplate for you. It only expects the code you’d put within the
body
element in the HTML editor. (No need to include thebody
tags). For anything you want to add to the<head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box. - Run your HTML code through the W3C validator.
- There are HTML syntax/coding errors you should be aware of and address.
- In addition to being used incorrectly, do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.- Reference MDN Docs
- Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
- “wikipedia” is not accessible
It looks good @krishnaji.c.
Do you understand why you’re still getting errors when you run your code through the validator and what you can do to fix them?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.