

- 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
Get links in alerts with Bootstrap
<p style="">Use the <em>.alert-link utility</em> class to get matching colored links within any alert.</p><p>You can try to run the following code to get links in alerts with Bootstrap. Let us set it for success and info −</p><h2>Example</h2><p><a class="demo" href="http://tpcg.io/lPhVkT" rel="nofollow" target="_blank">Live Demo</a></p><pre class="prettyprint notranslate"><!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> <div class = "alert alert-success"> <a href = "#" class = "alert-link">Success! Well done its submitted.</a> </div> <div class = "alert alert-info"> <a href = "#" class = "alert-link">Information!</a> </div> </body> </html></pre>
- Related Questions & Answers
- Create Dismissal Alerts in Bootstrap
- Set disabled links with Bootstrap
- Handling Alerts with Cypress
- Non-Nav (standard) links in Bootstrap
- Separate links in the dropdown menu with a thin horizontal border with Bootstrap
- Styling Links with CSS
- How will you handle alerts in Selenium with python?
- How to work with Alerts Dialog box in ReactNative?
- Styling Links Working with CSS
- Usage of Bootstrap previous class to left align the links
- Usage of Bootstrap next class to right-align the links
- Current alerts in SAP HANA system
- How to Handle alerts in Selenium?
- Style all unvisited links with CSS
- Style all visited links with CSS
Advertisements