HTML5 启动模板
我知道有很多解决方法可以在不同的浏览器(包括旧版本的 IE)中实现 html5 兼容性/支持。我不是网页设计师。我是该领域的初学者,尽管首先进行领域模型开发,但我想构建一个良好的布局。此外,我想从启用对旧版浏览器的支持开始。但是有不同的制作方法,我无法决定选择哪个以及哪个会更好:
- 使用
HTML5Shiv
javascript 或 - 使用
Boilerplate
模板或 - List Modernizer...
I know there are many workarounds to achieve html5 compatibility/support in different browsers including old versions of IE. I'm not a web designer. I'm starter at the area and despite domain model development first I want to build a good layout. Moreover I want to start with enabling a support for older browsers. But there are different ways to make and I can't decide which to choose and which's going to be better:
- Use
HTML5Shiv
javascript or - Use
Boilerplate
template or - List Modernizer...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以从
initializr
开始。它是一个 HTML5 模板生成器 http://www.initializr.com/You can Start with
initializr
.it's an HTML5 templates generator http://www.initializr.com/HTML5 shim 之后列出的所有方法都使用相同的技术。如果您想要的只是旧版浏览器的支持(并且您可以接受 Javascript),那么 shim 就是您的最佳选择。
All of the methods you list after the HTML5 shim use the same technique. If all you want is support in older browsers (and you're ok with requiring Javascript) then the shim is the way to go.
那里有一个非常大的选择。我个人最喜欢的是 Zerb 的 Foundation 框架,其中包括样板文件。
如果你真的打算构建自己的工具包,一个好主意可能是专注于“less”。 less 的一个很好的起点可能是 http://framelessgrid.com/
There is a really big choice out there. My personal favorite is Foundation framework by Zerb which includes boilerplate.
A good idea could be to focus on 'less' if u are really planning to build your own toolkit. A good starting point for less could be http://framelessgrid.com/