🐡 HTML
- Languages
- HTML
- Semantic HTML
- Guides
- Cheatsheets
- Templating Languages
Recently I came across a few Tweets where people discussed how much knowledge a web developer should have about HTML,
since a lot of recruiters don't list it as mandatory skill anymore.
And people got furious about it, because if you don't know how to write good and semantic HTML (which is a must for a web developer) you will not make it as a web dev.
So here I am, trying to list useful links about it.
Useful Resources
- Semantic HTML
- List of all HTML Elements
- HTML Cheatsheet
- A simple guide to HTML <head> elements
- HTML Entity Lookup for special characters
- HTML Dog - Simple and to the point explanations.
- CanIUse - Search for a HTML/Css Propertie and see if you can use it in the different browsers.
- CanIEmail - The same as canIuse just for email.
- Syntax.fm Podcast: The Surprisingly Exciting World of HTML Elements
- Syntax.fm Podcast: The fundamentals - HTML + CSS
- Ladybug Podcast: Get A <head> Start With HTML
Templating Languages
Mustache
a logic-less templating language that uses tags to substitute values.
Mustache
Handlebars
a more traditional templating language that uses tags to substitute values.
Handlebars
Pug
a template language that uses tags to substitute values.
Pug
Nunjucks
Nunjucks is a simple, powerful, and extremely fast templating language for JavaScript and Node.js. Nunjucks