InterviewSolution
| 1. |
Would You Differentiate Between Fluid Layout & Responsive Layout? |
|
Answer» Yes, sure. The MAIN difference is that Fluid Layout are built using widths percentages and they are BASED on proportionally laying out the website so ELEMENTS take up the same percent of space on different screen sizes. RESPONSIVE Layout is built on a fluid grid and here CSS Media QUERIES are used to present different layouts based on different screen sizes. Yes, sure. The main difference is that Fluid Layout are built using widths percentages and they are based on proportionally laying out the website so elements take up the same percent of space on different screen sizes. Responsive Layout is built on a fluid grid and here CSS Media Queries are used to present different layouts based on different screen sizes. |
|