Compliance Evidence
Verification of W3C HTML5 / CSS3 standards for Divya assigned pages.
1. Action Impact Simulator (ais.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: I had many validation errors initially due to the inline
Technical Detail →
onclick event handlers. I fixed this by using unique IDs and adding event listeners properly via addEventListener in the script section.
2. Splash Screen (splash.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: Added the
Technical Detail →
<title> and <meta> charset to meet the minimum standards for a valid document.
3. Content Page (content_ST2.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: Fixed an attribute error with an image tag. Ensure the
Technical Detail →
alt attribute exists on all 4 required images.
Validation Page