Validation Page - Student 3

✅ Content Page Validation

This page was validated using the W3C HTML Validator. It passed with no errors .

Validation Screenshot for Sea Level Page

Reflection: This page used semantic HTML and minimal inline styles, which helped reduce validation issues. Initially, there were unclosed tags, which were fixed for clean output.


✅ Feedback Form Page Validation

The feedback form was also validated successfully. There were no structural HTML errors. Some warnings were about unlabelled form controls, which were resolved by properly linking <label> tags with form inputs.

Validation Screenshot for Feedback Page

Reflection: Most validation issues were avoided by using the correct input types (e.g., email, number) and matching label for="" values with input id attributes. It improved accessibility and validation outcomes.


✅ Team Page Validation

The Team Page was validated using the W3C HTML Validator and passed without critical errors.

Validation Screenshot for Team Page

Reflection: I ensured proper alt text for all images and added tabindex="0" for keyboard accessibility. The expandable hover section was carefully structured to avoid nesting issues and passed validation cleanly.


📌 Summary of Validation Process

  • All implemented pages were validated using the official W3C Validator.
  • All critical errors were resolved before submission.
  • Warnings were reviewed and noted, but considered acceptable.

Refer to the Editor's Page for anchor links pointing to these sections.