Bootstrap Question:

How do you use Glyphicons in Bootstrap?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

To use the icons, simply use the following code just about anywhere in your code. Leave a space between the icon and text for proper padding.

<span class = "glyphicon glyphicon-search"></span>


Previous QuestionNext Question
Tell me what is the use of Jumbotron in Bootstrap?What is responsive layout?