Would you differentiate between fluid layout & responsive layout?



Would you differentiate between fluid layout & responsive layout?..

Answer / Mohd Rizwan Khan

Fluid layout and responsive layout are both design approaches that aim to make web pages adapt to different screen sizes. However, they differ in their implementation.nn- Fluid Layout: This approach uses percentage values for widths of elements, allowing them to stretch or shrink based on the container's size. The fluidity is not dependent on breakpoints as with responsive design.nn- Responsive Layout: This approach uses CSS media queries and flexible grid systems to rearrange, hide, or show content based on screen sizes. It sets specific breakpoints at which the layout adjusts itself.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

Explain me a basic grid structure in bootstrap

1 Answers  


Write the ways to create a tabbed navigation menu in bootstrap.

1 Answers  


Why do we use jumbotron in bootstrap?

1 Answers  


How can we make image responsive in bootstrap?

1 Answers  


How will you create a alternate progress bar using bootstrap??

1 Answers  


What is the purpose of .media-list class in bootstrap?

1 Answers  


What do you mean by modal plugin that is used for in bootstrap?

1 Answers  


What is the work of affix plugin in bootstrap?

1 Answers  


What are bootstrap media objects?

1 Answers  


Explain what are the steps for creating basic or vertical forms?

1 Answers  


Explain what is list group in Bootstrap and what is the use of it?

1 Answers  


Do you know what are bootstrap alerts?

1 Answers  


Categories