Here is my first project of tribute page any feedback will be appreciated thank.
https://codepen.io/akashsagar2805/pen/KKgqEgO
2 Likes
Nice… An excellent output . Keep it up
1 Like
Marvelous, looking good
1 Like
Your page looks good @akashsagar2805. Some things to revisit;
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
- The one for CSS is good. Use it and address the issue(s).
- (The one for HTML misses things which is why I recommend W3C)
- A
link
does not go into CSS. Thelink
to the font would go in thehead
element in HTML. In codepen, add it into the ‘Stuff for <head>’ box. In CSS, you useimport
to call the font.- You only need to use HTML or CSS
- Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links.
-
Web Accessibility in Mind has a more thorough explanation.
- “wikipedia entry” is not accessible
-
Web Accessibility in Mind has a more thorough explanation.
On a side note, maybe edit your title so it’s short and descriptive.
2 Likes
Thank you very much,I appreciate your help. I will implement these changes as well
Thank you very much,I appreciate your help. I will implement these changes as well…