Please give me your feedback!
https://codepen.io/jesuscano80/pen/OJyrpmR
1 Like
nice
Thx!!!
Looks better than mine. You can center your title in CSS.
text-align: center;
Page looks good @jesuscano. Some things to revisit;
- Codepen provides the boilerplate for you. It only expects the code you’d put within the
body
element in HTML. (No need to include the body tags). For anything you want to add to<head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.- The link to a font, etc would go in the box labeled ‘Stuff for <head>’
- Run your HTML code through the W3C validator.
- There are coding errors you should address.
- There can be only one
body
element - Odd to me that your entire page is within a
header
element
- Review the lesson about giving meaningful text to links.
- Web Accessibility in Mind has a more thorough explanation
- "wikipedia is not accessible