# normalize.css 与 reset.css 又何区别
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 549 (opens new window)
Author
What is the difference between Normalize.css and Reset CSS? (opens new window)
- normalize.css (opens new window): 会保留有用的样式,比如 h1 的字体大小
- reset.css (opens new window): 把所有样式都重置,比如 h1、h2、h3 的字体大小都进行了重置,保持了无样式
Author
那普通项目是哪一个更好使? 我倾向 reset.css。
Author
可以看看这篇文章 https://jerryzou.com/posts/aboutNormalizeCss/