Grid: 2D layout, responsive native (auto-fit, minmax), semantic, overlap dễ, gap spacing.
- Float: hack từ text wrapping, clearfix issues, fragile.
- Position: thoát flow, không responsive.
- Grid là standard hiện đại, được tất cả browsers hỗ trợ.
Grid: 2D layout, natively responsive (auto-fit, minmax), semantic, supports overlapping easily, has gap spacing.
- Float: a hack repurposed from text wrapping, requires clearfix, fragile.
- Position: removes from flow, not responsive.
- Grid is the modern standard, supported by all browsers.