Lables are most commonly used in forms. Labels are mostly used to indicate something to which it belongs. For example, in the case of forms when entering a name, there is a label above and it indicates that below is a field for entering names.
It is used by copying the code below, and then pastes it into your application or website. Before that, you can use our CSS and JS to make certain functionalities work for you. These are the addressees:
<link rel="stylesheet" href="www.sensationenergy.com/se_css/se.css>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="www.sensationenergy.com/js_css/se.js"></script>
<div class="label">
<br>
<div class="label l">Label</div>
<br><br>
<div class="label l1">Primary</div>
<br><br>
<div class="label l2">Success</div>
<br><br>
<div class="label l3">Warning</div>
<br><br>
<div class="label l4">Danger</div>
<br><br>
</div>