Question 10 05 Points Bootstrap Question 10 Options Css Framework B Programming Language C Q37183472

Question 10 (0.5 points)

Bootstrap is a ______?

Question 10 options:

A)

CSS framework

B)

Programming language

C)

Database

D)

URL

E)

JavaScript library

Question 11 (1 point)

Bootstrap V4 fluid grid system is built based on

Question 11 options:

CSS Flexbox

HTML Table

HTML DIV floats

CSS Grid

Question 12 (1 point)

Which of the following class will make a Bootstrap tableresponsive?

Question 12 options:

tableResponsive

responsive-table

table-responsive

ResponsiveTable


Answer


Answer 10:CSS framework
It is open source CSS framework with predefined themes andclasses
Answer 11:CSS Flexbox

Answer 12:table-responsive

<div class=”table-responsive”> <table class=”table”> … </table></div>

Note : If you like my answer please rate and help me it is veryImp for me

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.