✅ W3C Validation Evidence: Student 2
This page contains screenshots proving that all HTML files authored by Shrijal Subedi (Student 2) pass the W3C Markup Validation Service.
1. Splash Screen (splash.html)
Result: PASS
2. Action Impact Simulator (ais.html)
Result: PASS
3. Content Page (content_ST2.html)
Result: PASS
Validation Reflection
Validating the `splash.html` file taught me that `<meta http-equiv="refresh">` must be placed properly within the `
` section to comply with strict W3C standards. Validating `ais.html` ensured the custom data attributes (e.g., `data-points`) didn't trigger errors, as the validator officially parses `data-*` attributes properly.