Comment(s): HTML file contains a valid link to the correct CSS file.
Criteria 2: Implementation of Design Specification and Content
Score Level: 4/4
Comment(s): The page includes all styles and content provided in the design specification.
Criteria 3: HTML Elements and Content
Score Level: Content: HTML content matches the design specification
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
Score Level: 4/4
Comment(s): Syntax: Uses proper selectors (id, class, element type). All rule sets are valid CSS.
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.
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!
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!