Central area of your page
My project
This is what a page without any CSS would look like.
This page is totally raw, and not bound to any CSS file.
Only the tags associated with lines and paragraphs have been included (h1,.......,p)
You can also notice that there are no tables in this page.
We did end up applying a CSS rule (Class: .frame), to create the different blocks.
Only the adjustments in the <div> via the CSS will produce a page with different styles.
This is a bit difficult at first, however very practical. You can change the look of your page without having to make up a new table.
