Hey guys. I just finished my first project (the tribute page) and was wondering if anyone could give it a look and comment on it.
https://codepen.io/Bisrat-Aregawi/pen/gOaZbYp
Looking good @Bisrat-Aregawi,
I can see that you have all the tasks done. Thatâs whatâs more important at the momento.
Something that itâs outside the scope of the assignment and competencies, you could add some line-height to your text.
Also, you can give your image a shadow, and some border radius to it.
Let me know if you need more help with that if you try it.
Just made it better now. Thanks for the comments.
Your page looks good @Bisrat-Aregawi. Some things to revisit;
- In HTML,
title
is a reserved keyword and it goes in thehead
element, not anywhere in thebody
element. Itâs what shows in the tab of the browser. It will never have a heading element.- If you want to include it in codepen, click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
- All of your styling should be external. Donât use in-line styling.
- And really there shouldnât be a mix of the two.
- The use of the
figcaption
element the way you have it is incorrect.- To see why, run your HTML code through the W3C validator.
- Review the lesson about giving meaningful text to links.
- Web Accessibility in Mind has a more thorough explanation
- âhereâ is not accessible
As an aside, you have a lot of links throughout your tribute. Wouldnât all of those be answered if the user click his biography to learn more?
Thanks for the heads up @Roma. I really appreciate it. Very technical. I have solved most of the errors you mentioned but about the number of links, I think wikipedia
does this as well.