<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
</head> <body>
<div class="container">
<h2>Picture Glyph</h2>
<p>Picture icon: <span class="glyphicon glyphicon-picture"></span></p>
<p>Picture icon as a link:
<a href="#">
<span class="glyphicon glyphicon-picture"></span>
</a>
</p>
<p>Picture icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-picture"></span> Picture
</button>
</p>
<p>Picture icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-picture"></span> Picture
</a>
</p>
</div> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body> </html>

最新文章

  1. Cannot attach the file ‘{0}&#39; as database &#39;{1}&#39;
  2. sql优化之not in
  3. myeclipse中文乱码,JSP页面乱码
  4. Canvas旋转元素
  5. mysql基础三(视图、触发器、函数、存储过程、事务、防注入)
  6. HttpClient4.4 进行Http连接通讯
  7. 使用GCM服务(Google Cloud Messaging)实现Android消息推送
  8. [Golang]一道考察defer与命名返回值的题目
  9. STL:map/multimap用法详解
  10. 小程序跳转tabbar页面
  11. 《React与Redux开发实例精解》读书笔记
  12. CentOS7 下面安装jdk1.8
  13. ie 下date对象
  14. Jenkins&#160;解决Jenkins下java无法运行slave-agent&#160;jnlp程序连接Windows&#160;Slave主机
  15. (网页)js最新手机号码、电话号码正则表达式
  16. 远程登录多用户同时访问Win7系统远程桌面
  17. Tensorflow动态seq2seq使用总结(r1.3)
  18. 小程序踩过的一个小坑---解析二维码decodeURIComponent() url解码
  19. 学习Spring Boot:(四)应用日志
  20. KVO的用法、底层实现原理

热门文章

  1. JS实现复制信息到剪贴板
  2. mybatis注解中写SQL语句
  3. jQuery设置input的type属性
  4. 多线程分析之Semaphore
  5. 仿有道词典App开发
  6. 图形与动画在Android中的实现
  7. 官方关于Dialog的介绍
  8. Day6 - A - HH的项链 HYSBZ - 1878
  9. 009、Java中超过了int的最大值或最小值的结果
  10. leeetcode1171 Remove Zero Sum Consecutive Nodes from Linked List