Without going into the discussion of why HTML 5 is available today and not 2022, this article is going to give you a series of HTML 5 boilerplates that you can use in your projects right now. HTML 5 in 5 seconds It’s über easy to get your markup to validate as HTML 5 — just change your DOCTYPE from whatever it is now to this: <!DOCTYPE html> That's it! It doesn't require anything more than that. G