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 |
How many bootstrap 4 media objects?
Explain the features of bootstrap.
What is the use of bootstrap framework?
What is column offset in bootstrap?
What dependencies does bootstrap require to work properly?
Write the ways to create a tabbed navigation menu in bootstrap.
What is fluid layout in bootstrap?
Define bootstrap.
What are the default sizes given to <body> tag in the bootstrap framework?
Tell me what is bootstrap page header?
How will you create a stacked progress bar using bootstrap?
Explain me what are bootstrap badges?