- 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
Close Bootstrap class
Use the generic close icon for dismissing content like models and alerts. Use the class close to getting the close icon.
You can try to run the following code to implement a close 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>Close Icon: <button type = "button" class = "close" aria-hidden = "true"> × </button> </p> </body> </html>
- Related Articles
- Indicate a close icon with Bootstrap
- How to Automatically Close Alerts using Twitter Bootstrap?
- Bootstrap .pagination class
- Bootstrap lead class
- Bootstrap table class
- Bootstrap checkbox class
- Bootstrap radio class
- Bootstrap .btn class
- Clearfix Bootstrap class
- Bootstrap dropdown class
- Caret Bootstrap class
- Bootstrap .dropup class
- Show Bootstrap class
- Bootstrap .pager class
- Hidden Bootstrap class

Advertisements