Why is using CSS-based layout
Why is using CSS-based layout (Links to an external site.)Links to an external site. preferable to the (old) table-based layout? Provide at least one link to an article you find useful about CSS layout, ask any questions you have about it. Some potential topics to look up:
creating columns with float <– (this is what you will do this week in our assignment, but feel free to research and discuss other options listed as well)
responsive design (@media, max-width and min-width)
creating columns with column-span
CSS frameworks (like Bootstrap)
flexbox