ANDRO XYRUS ALARVA (WD32P) HTML Boilerplate
1. What is an html boilerplate?
Answer: a code template something that a user will use for different projects.
2. How do you generate it in VSCode?
Answer: The easy way to generate an html boilerplate in VSCode is to install the emmet plugin.
This plugin will automatically generate a boilerplate if you type a (!) in the beginning of your
html file.
3. What are the tags included in the HTML boilerplate?
Answer: Tags in the boilerplate includes, doctype, html, head, meta, title and body.
4. What do the meta values do?
Answer: The META elements can be used to include name/value pairs describing properties of
the HTML document, such as author, expiry date, a list of keywords, document author and
others.