HTML
最后更新于:2022-04-01 10:31:47
## HTML 工具
**HTML 模板:**
* [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/)
**文档参考:**
* [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)
**HTML 优化:**
* [HTML Minifier](http://kangax.github.io/html-minifier/)
**HTML 在线生成工具:**
* [tablesgenerator.com](http://www.tablesgenerator.com/)
**编写规范:**
* [Principles of writing consistent, idiomatic HTML](https://github.com/necolas/idiomatic-html)
* [HTML code guide](http://codeguide.co/#html)
**Workflow:**
* [Emmet](http://emmet.io/)
**本月 HTML 仓库在Github的趋势:**
[https://github.com/trending?l=html&since=monthly](https://github.com/trending?l=html&since=monthly)