To create a basic link, we wrap text or other content inside what element?
The href
attribute contains what information?
What are some ways we can ensure links on our pages are accessible to all readers?
CSS Layout: Normal Flow CSS Layout: Positioning
What is meant by “normal flow”?
What are a few differences between block-level
and inline
elements?
___ positioning is the default for every html element.
Name a few advantages to using absolute positioning on an element.
What is a key difference between fixed positioning and absolute positioning?
Functions – Reusable Blocks of Code
Describe the difference between a function declaration and a function invocation.
What is the difference between a parameter and an argument?
6 Reasons for Pair Programming