A featureful html boilerplate updated 2021 web standards.
This extension was inspired by this popular github repository for HTML5 boilerplate, and this blog post by Manuel Manuel Matuzovic. The markup used are all common and good practices for SEO and accesibility. The writer of this post elegantly published the markup with details and justification line-by-line. I highly recommend visiting that post.
-Added a simplified version of the boilerplate, for users who are looking for more minimal functionality.
-Added a webmanifest json boilerplate snippet.
Start typing html*"
in an HTML file and select the snippet from the menu in order
Here's what's included:
File type:
html
• HTML Boilerplate 2021
• HTML Boilerplate 2021 - Simplified Version
• HTML Boilerplate 2021 - Barebones
webmanifest.json
• HTML Boilerplate 2021 - WebManifest File
You can download the package here via the VSCode marketplace or search for it in the Extensions sidebar within VSCode.
Supported file types are included in contributes
object of the package.json
Currently supporting *.html
and *.json
files.
If you have any issues report them at Issues