Make a CSS style sheet sheet and attach it. Put CSS in head portion of HTML code. Place it in line < style=______>
X, Y, Z
- X-axis: Horizontal axis of the page.
- Y-axis: Vertical axis of the page.
- Z-index: Allows objects to move forward (up) or backward (down) on the page, like an elevator.
The lower the number, the further back it will be from the screen, and the higher the number, the closer it will be to the screen. An X,Y-axis of 0,0 would start at the top right of the page.
TAGS
- <header>
- <nav>
- <main>
- <article>
- <section>
- <footer>
- <aside>
Any name can be used for a class or ID <div> (division) tag.