bootstrap6-響應式影像

技術小牛人發表於2017-11-06

<!DOCTYPE html>

<html>

<head>

<meta charset=”utf-8″>

<meta name=”viewport” content=” width=device-width,

initial-scale=1.0,

maximum-scale=1.0,

user-scalable=no”>

<title>bootstrap6</title>

<link rel=”stylesheet” href=”http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css”>  

</head>

<body>

<img src=”1485151983.jpg” alt=”1485151983.jpg” class=”img-responsive”>

    <script src=”http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js”></script>

   <script src=”http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js”></script>

</body>

</html>

本文轉自  素顏豬  51CTO部落格,原文連結:http://blog.51cto.com/suyanzhu/1895633


相關文章