!DOCTYPE htmlhtmlheadtitleBootstrap Example/titlelink rel = stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootst
编程学习网为您整理以下代码实例,主要实现:Bootstrap Media对象,希望可以帮到各位朋友。
<!DOCTYPE HTML>
<HTML>
<head>
<Title>bootstrap Example</Title>
<link rel = "stylesheet" href="@R_502_6822@s://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/CSS/bootstrap.min.CSS">
<script src = "@R_502_6822@s://AJAX.GoogleAPIs.com/AJAX/libs/jquery/3.3.1/jquery.min.Js"></script>
<script src = "@R_502_6822@s://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/Js/bootstrap.min.Js"></script>
</head>
<body>
<div class = "container">
<h2>Lolcode Tutorial</h2>
<div class = "media">
<div class = "media-left">
<img src = "@R_502_6822@s://www.yiibai.com/latest/lolcode.png" class="media-object" style="wIDth:60px">
</div>
<div class = "media-body">
<h4 class = "media-heading">Introduction</h4>
<p>LolCODE is an esoteric programming language inspired by the funny things on the Internet. It is designed to test the boundarIEs of programming language design.</p>
</div>
</div>
</div>
</body>
</HTML>
沃梦达教程
本文标题为:Bootstrap Media对象
基础教程推荐
猜你喜欢
- Bootstrap创建下拉菜单 1970-01-01
- Bootstrap table-hover类 1970-01-01
- D3.js selectAll()用法 2022-07-13
- Bootstrap clearfix类 1970-01-01
- Bootstrap向表中添加更密集的信息 1970-01-01
- CSS加载社交按钮 1970-01-01
- Bootstrap .helper类 1970-01-01
- Bootstrap .pagination-sm类 1970-01-01
- CSS结合样式 1970-01-01
- Bootstrap垂直堆栈选项卡 1970-01-01