what is a css layout?
i really need to know!
Answer:
during the development of website, CSS can be used to control the design/layout externally. By this you can avoid using tables (td, tr etc.,) and simply control an attribute by
tag… merit: Easy for updation. If you want to change a color of header in all over the site, you can simply change it in the external css file only. not in entire website html pages… learn more: www.w3.org/Style/CSS/