Home Page Validation Report
The screenshot below shows the W3C validation result for the Home Page (home.html). It confirms that the page passed validation successfully with no errors.
Result: Document checking completed. No errors or warnings to show.
Back to Page Editor
Gallery Page Validation Report
The screenshot below shows the W3C validation result for the Gallery Page (gallery.html). It confirms that the page also passed validation with no errors.
Result: Document checking completed. No errors or warnings to show.
Back to Page Editor
Content Page Validation Report
The screenshot below shows the W3C validation result for the Content Page (content_ST1.html). It confirms that the page passed validation successfully with no errors.
Result: Document checking completed. No errors or warnings to show.
Back to Page Editor
Reflection on Validation Process
During the initial development phase, running my code through the W3C validator highlighted a few
minor oversight errors. For example, early drafts of the Gallery grid flagged warnings for missing
alt attributes on the thumbnail <img> tags. I quickly resolved this
by adding descriptive alternative text to all images, which also improved the site's overall
accessibility.
Additionally, the validator helped me identify a stray unclosed <div> tag in the
Home Page footer section that could have broken the layout on smaller screens. This process
reinforced the importance of writing semantic, compliant HTML and validating code frequently rather
than waiting until the end of the project.