

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Indicate a close icon with Bootstrap
- Show Bootstrap class
- Bootstrap .pager class
- Hidden Bootstrap class
- Bootstrap class Jumbotron
- Bootstrap thumbnail class
- Bootstrap breadcrumb class
- Bootstrap panel class
- Bootstrap .pagination class
- Bootstrap lead class
- Bootstrap table class
- Bootstrap checkbox class
- Bootstrap .dropup class
- Clearfix Bootstrap class
- Bootstrap dropdown class
Advertisements