Clean Slate is a basic starter HTML file that provides a small number of essential tags for web projects. It's intentionally light and includes only what happens inside the HTML file.
Clean Slate's goal is to start development without having to rip out any unnecessary markup.
- Document head structure and META tags from HTML5 Boilerplate
- ARIA Role Attributes from a11yproject
- Prefetch DNS tags from Front-end performance for web designers and front-end developers
- Author META and canonical tags from SEO considerations for Web Designers
- Try out
async
in script tags from Browser Diet ansyc
anddefer
attributes from Growing with the Web
If you think you can make this better, please Download, Fork, & Commit. I'd love your see your ideas and make this as solid as can be.