Bootstrap Multiple choices


Total available count: 25
Subject - Web Development
Subsubject - Bootstrap

How can you insert a search icon?


 

 

 

 



B


Solution:-

Glyphicons
Bootstrap provides 260 glyphicons from the Glyphicons Halflings set.

Glyphicons can be used in a text, buttons, toolbars, navigation, forms, etc.

Following are some examples of glyphicons:

  1. Envelope glyphicon
  2. Print glyphicon
  3. Search glyphicon
  4. Download glyphicon

Glyphicon Syntax is as follows and the glyphicon is inserted with the following syntax:

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

The name part in the syntax above must be replaced with the proper name of the glyphicon.




Next 5 multiple choice(s)

1

Which class is used to create a button group?

2

Which button class is used to create a large button?

3

Which class is used to create a big box for calling extra attention?

4

Which class shapes an image into a circle?

5

Which class adds zebra-stripes to a table?

Comments