This is my snippet and what I hope to get when I write “html-em” in my html file :
{
“HTML EM template”: {
“prefix”: “html-em”,
“body”: [
My Website
</head>
<body>
<main>
<h1>Welcome to My Website</h1>
</main>
</body>
</html>
]
"description": "HTML Template Base for English Menu"
}
}
This is what I am getting:
en
UTF-8
viewport
width=device-width, initial-scale=1.0
X-UA-Compatible
ie=edge
No idea what is happening but I am not getting the expected piece of code
New contributor
iris karina ayala de nuñez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.