Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>html5-skeltonNew to Visual Studio Code? Get it now.
html5-skelton

html5-skelton

shaman-apprentice

|
70,338 installs
| (1) | Free
Minimal useful html5 skelton code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

html-skelton

Adds the following snippet as html-skelton

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>${TM_FILENAME_BASE}</title>
    <link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
  </head>

  <body></body>
</html>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft