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 |
Explain me a basic grid structure in bootstrap
Write the ways to create a tabbed navigation menu in bootstrap.
Why do we use jumbotron in bootstrap?
How can we make image responsive in bootstrap?
How will you create a alternate progress bar using bootstrap??
What is the purpose of .media-list class in bootstrap?
What do you mean by modal plugin that is used for in bootstrap?
What is the work of affix plugin in bootstrap?
What are bootstrap media objects?
Explain what are the steps for creating basic or vertical forms?
Explain what is list group in Bootstrap and what is the use of it?
Do you know what are bootstrap alerts?