Bootstrap 前端开发框架入门

What is Bootstrap?

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

1.Download Bootstrap: http://getbootstrap.com/

2.Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project.

3.Start with this basic HTML template:

4.Build on the basic template above with Bootstrap's many components.

Example1:

Codes:

<p>

        <button type="button" class="btn btn-lg btn-default">Default</button>

        <button type="button" class="btn btn-lg btn-primary">Primary</button>

        <button type="button" class="btn btn-lg btn-success">Success</button>

        <button type="button" class="btn btn-lg btn-info">Info</button>

        <button type="button" class="btn btn-lg btn-warning">Warning</button>

        <button type="button" class="btn btn-lg btn-danger">Danger</button>

        <button type="button" class="btn btn-lg btn-link">Link</button>

  </p>

5.More examples: http://getbootstrap.com/examples/theme/

6.Introduce PPT: Bootstrap前端开发框架.pptx

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值