vermaasluuk / Codecademy

Local Repository to submit Codecademy projects for review
0 stars 0 forks source link

Rubric and Summary #4

Open ulisigi opened 5 years ago

ulisigi commented 5 years ago

Rubric Score

Criteria 1: HTML and CSS Linking

Criteria 2: Implementation of Design Specification and Content

Criteria 3: HTML Elements and Content

Tags: The tags in the HTML are not used for their intended purpose (

for paragraphs, for headers, etc.) in 2-3 sections.

Criteria 4: CSS Selectors and Syntax

Overall Score: 14/16

Your project Exceeds Expectations - way to go! Nice use of comments in your HTML to help organize the code and keep it more readable. It will be a good idea to do this for your CSS in larger, more complex projects. I also recommend using more semantic elements to further improve the readability of your code, accessibility, and SEO of the page.

Here's a reference for semantic elements: https://developer.mozilla.org/en-US/docs/Web/HTML/Element

Here's an article about semantic elements and accessibility: https://24ways.org/2017/accessibility-through-semantic-html/

Overall, great job on your first project submitted for review! For extra practice, try building a second page for the Dasmoto site and linking it to this one you submitted. Keep up the excellent work, and happy coding!

vermaasluuk commented 5 years ago

Thank you for the feedback. And thanks for the tips on the SPAN tag. That makes much more sense indeed.