Welcome to my website

Zoe Zinchook

Step 1

Main Site Root Folder

- Main site root folder - HTML will be in this folder - Index.html


HTML Sandwhich

- HTML is linear - It goes from top to bottom - It includes four sections 1. doctype 2. html 3. head 4. body


Text HTML Tags

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.


CSS=Style

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!


HTML= Content/Structure

A line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.