编程学习网为您整理以下代码实例,主要实现: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>
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!