Alerts provide contextual feedback messages for typical user actions. Alerts are available for any length of text. To create an alert wrap the message you're trying to communicate to the user in a <div> </div> element and add classes alert to the element along with a required contextual class (alert-success, alert-info, alert-warning, alert-danger).
If the message you're alerting has a link in it (<a> element) then you can user the class alert-link to format it. In the example below I have used class alert-link inside of a <small> </small> element.
Designation is a mandatory field and must be populated.
Click here for additional detailIt is possible to dismiss any alert inline by:
Designation is a mandatory field and must be populated.
Click here for additional detail