⚠️ Warning: this is an old article and may include information that’s out of date. ⚠️
Introduction
Often times I end up creating short pages for testing short pieces of code, and I only need a very basic HTML template to write in. Short of using HTML5 Boilerplate, I just use a quick piece of code like the following. (note: yes, this has issues in IE, so you may want to use HTML5 Shiv/Shim)
The code
|
|
Edit: Self-closed tags for compatibility.
Edit2: removed type="text/css"
from the link tag
Comments