Shrijal Subedi, Team Terra, Interactive Elements (Splash Screen & AIS) (Student 2)

✅ 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

W3C HTML Validation for splash.html

2. Action Impact Simulator (ais.html)

Result: PASS

W3C HTML Validation for ais.html

3. Content Page (content_ST2.html)

Result: PASS

W3C HTML Validation for content_ST2.html

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.

Go top