【bootstrap关闭图标】“关闭”图标用于关闭内容,如模式和警报。像我们使用aria-label一样,请确保为屏幕阅读器添加文字。
句法:
<
button type="button" class="close" aria-label="Close">
<
span aria-hidden="true">×<
/span>
<
/button>
推荐阅读
- bootstrap的颜色
- bootstrap clearfix用法
- bootstrap border边界
- bootstrap scrollspy用法
- bootstrap弹窗popover
- bootstrap modal模态框
- bootstrap input类型
- bootstrap导航navbar
- bootstrap tab和pill用法