Let's discuss HTML5 Boilerplate github repository.
I came across this repository while finding the readymade snippet for the HTML5. I remember in the Sublime text there are some of the extension that allow the HTML5 and other snippet.
If you want ready to use HTML 5 code. And if you need boilerplate template for the project. In such case this is the repository that you need. It is free and open source with license in MIT.
You can access this from here: https://github.com/h5bp/html5-boilerplate
You can reach the official website here: https://html5boilerplate.com/
Depending on the requirements, you may find that this repository can be used in your project either through automation or even manually. The boilerplate supports the modern browsers and also there are some additions that you may find regarding the browser support.
Your usage options are :
If you have javascript project you can make use of the npm package named : create-html5-boilerplate
https://github.com/h5bp/create-html5-boilerplate
You can also contribute if you have any specific additions or updates that you wish to add.
I hope this repository is useful for you. And if not do pass this article to someone who can benefit from it.
Thank you for reading. I'd appreciate an upvote if you like the content.
Cheers,
Devpress