reading-notes

Reading notes - 04

Starting off with our reading, creating links through HTML is important because without them the web would be much less of a “web”. Links allow us to share important information and references with the ease of simply pressing a mouse button. It is also important to know the basic sturcture of HTML without the added complexity of CSS styling. With a strong understanding of the basics, we can more confidently build upon that foundation. In order to speed up code writing and minimize potential areas of complexity, we can utilize functions to quickly repeat code throughout our JS document. This also helps readability and makes potential debugging slightly simpler.

Learn HTML

2. The href attribute contains what information?

CSS Layout

CSS Layout: Normal Flow CSS Layout: Positioning

1. What is meant by “normal flow”?

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

3. ___ positioning is the default for every html element.

4. Name a few advantages to using absolute positioning on an element.

5. What is a key difference between fixed positioning and absolute positioning?

Learn JS

Functions – Reusable Blocks of Code

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

2. What is the difference between a parameter and an argument?

Miscellaneous

6 Reasons for Pair Programming

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

Things I want to know more about.