Skip to content

Files

Latest commit

Nov 27, 2019
b557f85 · Nov 27, 2019

History

History
This branch is 110 commits behind wesbos/beginner-javascript:master.

snippets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 27, 2019
Nov 27, 2019
Nov 27, 2019

Html Base Snippet

This is the base HTML I use for many of the playground and exercises.

I've included it as straight html for you to copy+paste, or as a VS Code snippet as well.

Please PR this repo adding in other editor snippets as well.

VS Code

  1. Open the command palette with or Ctrl + P
  2. Type >configure user snippets and run the found command
  3. Select html.json from the list
  4. Paste the contents of htmlbase.json into the { } of the file