HTML tools
最后更新于:2022-04-01 04:14:08
# HTML Tools
##### HTML templates/boilerplates/starter kits:
- [HTML5 Boilerplate](https://html5boilerplate.com/)
- [Mobile boilerplate](https://html5boilerplate.com/mobile/)
- [Web Starter Kit Boilerplate & Tooling for Multi-Device Development](https://developers.google.com/web/tools/starter-kit)
- [dCodes](http://www.dcodes.net/2/docs/index.html)
- [HTML5 Bones](http://html5bones.com/)
- [Email-Boilerplate](https://github.com/seanpowell/Email-Boilerplate)
- [Pears](http://pea.rs/)
##### HTML polyfill:
- [html5shiv](https://github.com/aFarkas/html5shiv)
##### Transpiling:
- [jade](http://jade-lang.com/)
- [HAML](http://haml.info/)
- [Markdown](http://daringfireball.net/projects/markdown/)
##### References:
- [HTML Interfaces Browser Support ](http://www.webbrowsercompatibility.com/html-interfaces/desktop/)
- [HTML Entity Lookup](http://entity-lookup.leftlogic.com/)
- [HTMLelement.info](http://htmlelement.info/)
- [Elements](https://html.spec.whatwg.org/multipage/indices.html#elements-3)
- [Element attributes](https://html.spec.whatwg.org/multipage/indices.html#attributes-3)
- [HTML Arrows](http://htmlarrows.com/)
##### Linting/hinting:
- [html5-lint](https://github.com/mozilla/html5-lint)
- [HTMLHint](http://htmlhint.com/)
- [html-inspector](https://github.com/philipwalton/html-inspector)
##### Optimizer:
- [HTML Minifier](http://kangax.github.io/html-minifier/)
##### Online creation/generation/experimentation tools:
- [tablesgenerator.com](http://www.tablesgenerator.com/)
##### Authoring conventions:
- [Principles of writing consistent, idiomatic HTML](https://github.com/necolas/idiomatic-html)
- [HTML code guide](http://codeguide.co/#html)
##### Workflow:
- [Emmet](http://emmet.io/)
##### Trending HTML repositories on Github this month:
[https://github.com/trending?l=html&since=monthly](https://github.com/trending?l=html&since=monthly)