插入符号 Bootstrap 类
使用插入符号来表示下拉功能和方向。要获得此功能,请在 <span> 元素中使用插入符号类。
你可以尝试运行以下代码来实现插入符号 Bootstrap 类
范例
<!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> <p>Caret Example<span class = "caret"></span></p> </body> </html>
广告
数据结构
网络
RDBMS
操作系统
Java
iOS
HTML
CSS
Android
Python
C 编程
C++
C#
MongoDB
MySQL
Javascript
PHP