Learning HTML 5 -

by Jack Pritchard

Hey! Just so you know, this article is over 2 years old. Some of the information in it might be outdated, so take it with a grain of salt. I'm not saying it's not worth a read, but don't take everything in it as gospel. If you're curious about something, it never hurts to double-check with a more up-to-date source!

https://www.youtube.com/watch?v=2POjE8yu-vI The final part of a series focusing on HTML 5, how to setup the foundations of any web page. Throughout the series, we will develop a basic understanding of coding conventions, web page optimisation and how to code a basic website. In this episode, we will be looking at how to validate any code you have created in HTML 5. Using the W3C Validator we can seek out any errors or warnings that be present within the code, this allows for minor tweaks and perfect code! Check out the full series at Learning HTML 5