第一、基本的多媒体对象Media-Object:可用在图片的解说,论坛的留言上etc
<div class="container"> <h3> 基本的多媒体对象实例</h3> <div class="media"> <a class="pull-left" href="#"> <img class="media-object" src="Images/mediaobject/c1.jpg" alt="car 1" /> </a> <div class="media-body"> <h4 class="media-heading"> this is a Automobili Lamborghini S.p.A.[white] </h4> this is content for object.do you think about media. welcome use the media object for you website. </div> </div> <div class="media"> <a class="pull-left" href="#"> <img class="media-object" src="Images/mediaobject/c2.jpg" alt="car 2" /> </a> <div class="media-body"> <h4 class="media-heading"> this is a Automobili Lamborghini S.p.A.[gray] </h4> this is content for object.do you think about media. welcome use the media object for you website. <br /> this is a Automobili Lamborghini S.p.A.[gray] this is content for object.do you think about media. welcome use the media object for you website. <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <div class="media"> <a class="pull-left" href="#"> <img class="media-object" src="Images/mediaobject/c3.jpg" alt="car3" /> <h4 class="media-heading"> this is a Automobili Lamborghini S.p.A.[orange] </h4> this is a Automobili Lamborghini S.p.A.[gray] this is content for object.do you think about media. welcome use the media object for you website. </a> </div> </div> </div> </div>