Bootstrap Media对象

!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对象

基础教程推荐