reading-notes

Code Fellows 201

Day 04 Notes

Home

Reading

Learn HTML

Creating Hyperlinks

The href attribute contains what information?

CSS Layout

CSS Layout: Normal Flow CSS Layout: Positioning

What is meant by “normal flow”?

What are a few differences between block-level and inline elements?

STATIC 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

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?

Miscellaneous

6 Reasons for Pair Programming

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