what is glyphicon icons in bootstrap?

1 0
2 years ago 774 views
Bootstrap includes 260 glyphs from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, you should include a link back to Glyphicons whenever possible.

what is a grid system in bootstrap?

1 0
2 years ago 684 views
The grid system helps align page elements based on sequenced columns and rows. We use this column-based structure to place text, images, and functions in a consistent way throughout the design.

what are html entities

1 0
2 years ago 721 views
An HTML entity is a piece of text ("string") that begins with an ampersand ( & ) and ends with a semicolon ( ; ) . Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code), and invisible characters (like non-breaking spaces).

explain .well class in bootstrap ?

1 0
2 years ago 778 views
A well is a container in <div> that causes the content to appear color or an inset effect on the page. To create a well, simply wrap the content that you would like to appear in the well with a <div> containing the class of .well