中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos
Json.
cn
工具
教程
測評
博客
字典
AI導(dǎo)航
淺色
深色
系統(tǒng)
快捷方式
工具
在線工具 方面快捷
教程
小白教程 助力成長
測評
主機測評 快樂上云
博客
流金歲月 技術(shù)沉淀
AI導(dǎo)航
浪潮之巔 奮勇爭先
字典
學(xué)習(xí)好幫手
John Doe
Admin
個人中心
退出
Bootstrap4 教程
Bootstrap4 教程
Bootstrap4 安裝使用
Bootstrap4 網(wǎng)格系統(tǒng)
Bootstrap4 文字排版
Bootstrap4 顏色
Bootstrap4 表格
Bootstrap4 圖像形狀
Bootstrap4 Jumbotron
Bootstrap4 信息提示框
Bootstrap4 按鈕
Bootstrap4 按鈕組
Bootstrap4 徽章(Badges)
Bootstrap4 進度條
Bootstrap4 分頁
Bootstrap4 列表組
Bootstrap4 卡片
Bootstrap4 下拉菜單
Bootstrap4 折疊
Bootstrap4 導(dǎo)航
Bootstrap4 導(dǎo)航欄
Bootstrap4 面包屑導(dǎo)航
Bootstrap4 表單
Bootstrap4 表單控件
Bootstrap4 輸入框組
Bootstrap4 自定義表單
Bootstrap4 輪播
Bootstrap4 模態(tài)框
Bootstrap4 提示框
Bootstrap4 彈出框
Bootstrap4 滾動監(jiān)聽
Bootstrap4 小工具
Bootstrap4 Flex
Bootstrap4 多媒體對象
Bootstrap4 創(chuàng)建一個網(wǎng)頁
教程目錄
文章大綱
上一篇:Bootstrap4 多媒體對象
下一篇:無
Bootstrap4 創(chuàng)建一個網(wǎng)頁
接下來我們通過 Bootstrap4 來創(chuàng)建一個簡單的響應(yīng)式網(wǎng)頁。
HTML 代碼
<
div
class
=
"
jumbotron text-center
"
style
=
"
margin-bottom:0
"
>
<
h1
>
我的第一個 Bootstrap 4 頁面
</
h1
>
<
p
>
重置瀏覽器窗口大小查看效果!
</
p
>
</
div
>
<
nav
class
=
"
navbar navbar-expand-sm bg-dark navbar-dark
"
>
<
a
class
=
"
navbar-brand
"
href
=
"
#
"
>
導(dǎo)航
</
a
>
<
button
class
=
"
navbar-toggler
"
type
=
"
button
"
data-toggle
=
"
collapse
"
data-target
=
"
#collapsibleNavbar
"
>
<
span
class
=
"
navbar-toggler-icon
"
>
</
span
>
</
button
>
<
div
class
=
"
collapse navbar-collapse
"
id
=
"
collapsibleNavbar
"
>
<
ul
class
=
"
navbar-nav
"
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link
"
href
=
"
#
"
>
鏈接
</
a
>
</
li
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link
"
href
=
"
#
"
>
鏈接
</
a
>
</
li
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link
"
href
=
"
#
"
>
鏈接
</
a
>
</
li
>
</
ul
>
</
div
>
</
nav
>
<
div
class
=
"
container
"
style
=
"
margin-top:30px
"
>
<
div
class
=
"
row
"
>
<
div
class
=
"
col-sm-4
"
>
<
h2
>
關(guān)于我
</
h2
>
<
h5
>
我的照片:
</
h5
>
<
div
class
=
"
fakeimg
"
>
這邊插入圖像
</
div
>
<
p
>
關(guān)于我的介紹..
</
p
>
<
h3
>
一些鏈接
</
h3
>
<
p
>
說明文本
</
p
>
<
ul
class
=
"
nav nav-pills flex-column
"
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link active
"
href
=
"
#
"
>
激活狀態(tài)
</
a
>
</
li
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link
"
href
=
"
#
"
>
鏈接
</
a
>
</
li
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link
"
href
=
"
#
"
>
鏈接
</
a
>
</
li
>
<
li
class
=
"
nav-item
"
>
<
a
class
=
"
nav-link disabled
"
href
=
"
#
"
>
禁用
</
a
>
</
li
>
</
ul
>
<
hr
class
=
"
d-sm-none
"
>
</
div
>
<
div
class
=
"
col-sm-8
"
>
<
h2
>
標(biāo)題
</
h2
>
<
h5
>
副標(biāo)題
</
h5
>
<
div
class
=
"
fakeimg
"
>
圖像
</
div
>
<
p
>
一些文本..
</
p
>
<
p
>
小白教程,行動比思想更具有力量,加油追夢人?。?!小白教程,行動比思想更具有力量,加油追夢人?。?!小白教程,行動比思想更具有力量,加油追夢人?。?!
</
p
>
<
br
>
<
h2
>
標(biāo)題
</
h2
>
<
h5
>
副標(biāo)題
</
h5
>
<
div
class
=
"
fakeimg
"
>
圖像
</
div
>
<
p
>
一些文本..
</
p
>
<
p
>
小白教程,行動比思想更具有力量,加油追夢人!?。⌒“捉坛蹋袆颖人枷敫哂辛α?,加油追夢人?。?!小白教程,行動比思想更具有力量,加油追夢人?。?!
</
p
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"
jumbotron text-center
"
style
=
"
margin-bottom:0
"
>
<
p
>
底部內(nèi)容
</
p
>
</
div
>
運行代碼 ?
上一篇:Bootstrap4 多媒體對象
下一篇:無