Compliance Evidence

Verification of W3C HTML5 / CSS3 standards for Ruchee assigned pages.

1. Feedback Page (feedback.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: Initially, I had several errors related to the form elements. I corrected this by using <fieldset> and <legend> tags and ensuring all labels are properly associated with their corresponding IDs.
Technical Detail →

2. Team Page (team.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: The team grid initially caused layout shifts during validation testing. I resolved this by utilizing a CSS Grid container with fixed column widths to ensure structural integrity across all devices.
Technical Detail →

3. Content Page (content_ST3.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: During WC3 testing, I found a duplicate ID on the internal anchor links. I resolved this by renaming them to be unique for each section.
Technical Detail →