Bootstrap Question:

Download Job Interview Questions and Answers PDF

Do you know in Bootstrap what are the two ways you can display the code?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

In bootstrap you can display code in two ways

☛ <code> tag : If you are going to display code inline, you should use <code> tag
☛ <pre> tag: If you want to display the code as a standalone block element or it has multiple lines then you should use <pre> tag

Download Bootstrap Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know why to choose Bootstrap for building the websites?Tell me what will be the default Bootstrap look of the alert created with this following code:

<div class="alert" role="alert">Warning! Tell me what I'm missing something.</div>