Skip to content

Instantly share code, notes, and snippets.

View krisrybak's full-sized avatar

Kris Rybak krisrybak

View GitHub Profile

#BRADLEY DYER CODING STANDARDS AND GUIDELINES

HTML

Writing valid code

Valid code is code that meets the W3C's standards. You can check your code at any time using the W3C validator.

It is important that you understand how browsers work - this will allow you to understand the ‘why’ of best practice. We encourage you to watch this video.