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 |
What are input groups?
How you can add badge to list group in Bootstrap?
Explain me types of lists supported by bootstrap?
when we can use <code>tag and <pre>?
How to create a navbar in bootstrap?
Tell me what do you understand about responsive websites?
How to create thumbnails using Bootstrap?
How can you create nav elements in bootstrap?
What is difference between fluid layout and responsive layout?
What global styles are applied as a part of Bootstrap’s default typography?
What is input groups in bootstrap?
Explain the basic structure of bootstrap framework?