编程学习网为您整理以下代码实例,主要实现:Bootstrap Thumbnail类中的Caption文本,希望可以帮到各位朋友。
<!DOCTYPE HTML>
<HTML>
<head>
<Title>bootstrap Example</Title>
<link href = "/bootstrap/CSS/bootstrap.min.CSS" rel = "stylesheet">
<script src = "/scripts/jquery.min.Js"></script>
<script src = "/bootstrap/Js/bootstrap.min.Js"></script>
</head>
<body>
<div class = "container">
<div class = "row">
<div class = "col-md-4">
<div class = "thumbnail">
<a href = "https://www.yiibai.com/python/images/python-data-science-mini-logo.jpg" target = "_blank">
<img src = "https://www.yiibai.com/python/images/python-data-science-mini-logo.jpg" alt = "lights" style = "wIDth:100%">
<div class = "caption">
<p>Data scIEnce is the process of deriving kNowledge and insights from a huge and diverse set of data through organizing, processing and analysing the data. </p>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</HTML>
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!