reading-notes

Class 4

Back to home page

Learn HTML

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

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?

Learn JS

Describe the difference between a function declaration and a function invocation.

What is the difference between a parameter and an argument?

Pick 2 benefits to pair programming and reflect on how these benefits could help you on your coding journey.

Things i want to learn more about

I want to learn more about the block-level element. Inline is a firmiliar concept to me and we just started learning about the box model, so i want to know if they are similar in any ways.