Crash Course Flashcards
Static(Auto) Positioning
The default position allowing the element to display as defined under the layout selection. The normal flow of content
Box model
The simple idea that each of these HTML elements is treated as a box
The word for website layout levels
Hierarchy
What are the three aspects of element hierarchy?
- Nesting
- Text Styling
- Sizing
CMS
Content managment system
Relative Positioning
Positions an element relative to its static or default position as defined under the layout section. It allows you to move an element with affecting the other elements around it.
Overlaps other elements with affecting the document flow.
Absolute Positioning
Positions an element relative to its closest parent or to the body if no parent is positioned. The element is yanked out and position itself around the parent element.
Fixed Positioning
Positions an element relative to the browser window, so it stays in place as the page is scrolled. It’s relative to the viewport, not the parent element.
Sticky Positioning
Fixes and element to the canvas only after user scrolls past a specific location on page.
html
content
css
style
javascript
interaction
In the head tag you put in
The settings of the webpage. All the information about the webpage eg.) meta tags
In the body tag you put in
Everything the user will see in the front
Text styling and sizing passes down through
hierarchy