HTML5 <map> <area> 标签

<map> 标签定义客户端的图像映射。图像映射是带有可点击区域的图像。

<area> 标签定义图像映射内部的区域(图像映射指的是带有可点击区域的图像)。

area 元素始终嵌套在 <map> 标签内部。

 <img src ="planets.gif" alt="Planets" usemap ="#planetmap" />

 <map id ="planetmap">
<area shape ="rect" coords ="0,0,82,126" href ="sun.htm" alt="Sun" />
<area shape ="circle" coords ="90,58,3" href ="mercur.htm" alt="Mercury" />
<area shape ="circle" coords ="124,58,8" href ="venus.htm" alt="Venus" />
</map>

参考资料:HTML 5 <map> 标签 http://www.w3school.com.cn/html5/html5_map.asp

     HTML 5 <area> 标签 http://www.w3school.com.cn/html5/html5_area.asp


HTML5 <section> 标签

<section> 标签定义文档中的节(section、区段)。比如章节、页眉、页脚或文档中的其他部分。

 <section>
<h1>PRC</h1>
<p>The People's Republic of China was born in 1949...</p>
</section>

section会影响整个文档大纲的生成,切忌将section理解为一个语义化的div。

参考资料:HTML 5 <section> 标签 http://www.w3school.com.cn/html5/html5_section.asp


Bootstrap glyphicon glyphicon-chevron-right ">" 垂直居中的问题(单元高不固定)

该问题并未找到好的解决方案,在此记录参考资料,以备进一步研究。

http://stackoverflow.com/questions/21749372/how-to-center-an-icon-vertically-when-using-bootstrap-3-grid

http://stackoverflow.com/questions/21588819/twitter-bootstrap-carousel-arrows-not-centered-vertically-depending-on-glyphicon

http://jsfiddle.net/AdF6b/2/

http://jsfiddle.net/KyleMit/Z9ZFr/

http://stackoverflow.com/questions/21460610/centering-a-glyphicon-inside-a-div

http://stackoverflow.com/questions/22719315/vertical-align-glyphicon-in-bootstrap-3


Bootstrap 使整个 panel 作为链接

参考资料http://stackoverflow.com/questions/20364512/how-do-i-make-entire-bootstrap-panel-as-hyperlink


Bootstrap 3.3.4下,glyphicon无法加载?

本地部署Bootstrap 3.3.4,但 span glyphicon 无法正常加载。原因不明,但换做使用CDN加速服务,正常使用。

 <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">

Bootstrap 2 升级 3

参考资料:从 Bootstrap 2.x 版本升级到 3.0 版本 http://v3.bootcss.com/migration/

       升级到Bootstrap 3 http://www.berlinix.com/web/uptobs3.php


最新文章

  1. web应用程序
  2. select 多表查询
  3. 基于HTML5 Canvas实现工控2D叶轮旋转
  4. UnicodeEncodeError: &lsquo;ascii&rsquo; codec can&rsquo;t encode characters in position xxx ordinal
  5. Java 动态生成 复杂 .doc文件
  6. List&lt;T&gt;集合导出csv方法参考,通过增加自定义的属性控制输出的字段。
  7. 第一百一十三节,JavaScript文档对象,DOM基础
  8. 180114 用装饰器实现在不改变函数调用者的代码基础上,实现在函数执行前后分别打印&quot;before&quot; 和 &quot;after&quot;
  9. openresty+lua劫持请求,有点意思
  10. ef core 相关
  11. David Silver强化学习Lecture1:强化学习简介
  12. mysql 初识sql语句
  13. Java7,AutoClosable
  14. Gatling新一代压力测试工具,新一代服务器性能测试工具Gatling
  15. win xp 关闭动画屏幕角色,那只小狗
  16. JavaScript可视化框架——Echarts
  17. [转]SSIS Execute SQL Task : Mapping Parameters And Result Sets
  18. 天天QA
  19. 网络编程之socket的运用
  20. IO复用——poll系统调用

热门文章

  1. 「微信小程序」PHP异步进程async-helper实例详解
  2. Java 8-lambda表达式及方法引用
  3. TestNG+Maven+IDEA 自动化测试(一) 环境搭建
  4. Angular2 报错 ERROR Error: If ngModel is used within a form tag
  5. Call to a member function allowField() on null 错误总结
  6. 【原创】Dynamics CRM 2015/2016,以PDF的形式打开SSRS报表。
  7. urllib库使用方法 3 get html
  8. Laravel框架定时任务2种实现方式示例
  9. Python之文件及文件系统
  10. 20155231 cho3 课下作业