- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Caret Bootstrap class
Use carets to indicate dropdown functionality and direction. To get this functionality use the class caret with a <span> element.
You can try to run the following code to implement caret Bootstrap class
Example
<!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>
- Related Articles
- Create a caret arrow icon that represents dropdown button with Bootstrap
- Bootstrap .pagination class
- Bootstrap lead class
- Bootstrap table class
- Bootstrap checkbox class
- Bootstrap radio class
- Bootstrap .btn class
- Close Bootstrap class
- Clearfix Bootstrap class
- Bootstrap dropdown class
- Bootstrap .dropup class
- Show Bootstrap class
- Bootstrap .pager class
- Hidden Bootstrap class
- Bootstrap class Jumbotron

Advertisements