My reading notes
To create a basic link, we wrap text or other content inside what element?
<a>
The href
attribute contains what information?
What are some ways we can ensure links on our pages are accessible to all readers?
What is meant by “normal flow”?
What are a few differences between block-level and inline elements?
Name a few advantages to using absolute positioning on an element.
What is a key difference between fixed positioning and absolute positioning?
Describe the difference between a function declaration and a function invocation.
Function Declaration when you introduce an identifier that designates a function
Function Invocation is when you call a function
What is the difference between a parameter and an argument?