我是 css 新手,对客户端 javascript 有不好的体验……目前正在研究 twitter-bootstrap,希望框架能帮助我理解复杂的响应式 css,并帮助我通过最佳实践快速启动和运行。
但是,即使是最新的引导程序 v.3.0.0(截至目前,提交 id:4bac2c567a139958cb2ff35f7ad30c7dcd8527a3)也无法按预期开箱即用。运行 index.html,我希望看到至少格式良好的 html 文档,但它是一个混乱的 html 文档
我很确定我的设置有问题,我希望看到一些格式良好的 html 文档,例如http://getbootstrap.com/中显示的文档,但毫无头绪……谁能解释 index.html 代码的含义?特别是因为我不确定需要包含什么 javascript 框架才能使其正常工作(我之前在 Emberjs.com 中看到过类似的奇怪语法,但不太确定,因为 index.html 看起来也只是
提前致谢!
<div class="bs-masthead">
<div class="container">
<h1>Bootstrap 3</h1>
<p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
<p>
<a href="{{ site.download_dist }}" class="btn btn-outline btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap</a>
</p>
</div>
</div>