I've the following button and I want to add it bootstrap icon from the following link (the + icon in the begining)and currelntly its not working ,what Im missing here ?
http://getbootstrap.com/components/
This is the button
<div style="float:right; text-align:right;">
<p>
<input type="button" class="glyphicon glyphicon-plus" value="Add Row" onclick="addRow()" id="add-row" />
</p>
</div>