Use the .btn class on an <a>, <button>, or <input> element.
<a href="#" class="btn btn-primary">Link</a>
<button class="btn btn-primary">Button</button>
<input class="btn btn-primary" type="button" value="Input">
<input class="btn btn-primary" type="submit" value="Submit">