Hello all. I’m trying to create a basic HTML page template that I can copy and paste. There seems to be several ways to do this, so I’m trying to make all my projects uniform. Right now it looks like this:
VS Code and other IDE/text editors have some default snippets, or you can find plugins, that output a nice html template when you type ! then tab, or html then tab.
Here’s another resource I have used for what can go in the head element.