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 onclick event handlers. I fixed this by using unique IDs and adding event listeners properly via addEventListener in the script section.
Technical Detail →

2. Splash Screen (splash.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: Added the <title> and <meta> charset to meet the minimum standards for a valid document.
Technical Detail →

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 alt attribute exists on all 4 required images.
Technical Detail →