Bootstrap Question:

Download Job Interview Questions and Answers PDF

Tell me the typography and links in Bootstrap?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

Bootstrap sets a basic global display (background), typography, and link styles −

☛ Basic Global display − Sets background-color: #fff; on the <body> element.

☛ Typography − Uses the @font-family-base, @font-size-base, and @line-height-base attributes as the typographic base

☛ Link styles − Sets the global link color via attribute @link-color and apply link underlines only on :hover.

Download Bootstrap Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me how to create thumbnails using Bootstrap?Tell me what is the difference between the following two lines of code?

$('#myModalPrompt').modal({ keyboard: false });
$.fn.modal.Constructor.DEFAULTS.keyboard = false;?