- Main site root folder - HTML will be in this folder - Index.html
- HTML is linear - It goes from top to bottom - It includes four sections 1. doctype 2. html 3. head 4. body
It is constructed via a set of tags. Tags are used to delimit the start and end of elements in the markup. These can reference structure, or elements such as type.
With CSS, you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!
A line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.