adspace


Explain the basic grid structure in bootstrap?

Answer Posted / Taruna Singh

"The basic grid structure in Bootstrap is based on a 12-column layout, with each column represented by a <div> class named 'col'. Columns can be divided into smaller sizes using additional classes such as col-sm-, col-md-, and col-lg-. For example, to create a 4-column grid on small screens and larger, utilize the col-xs-3 and col-sm-3 through col-lg-3 classes."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

88