reading-notes

Think you might be in the wrong place? Go home!

To create a basic link in HTML, you wrap text or other content inside an <a> (anchor) element.

The href attribute contains what information?

The href attribute contains information about the destination or URL to which a hyperlink (link) points.

Utilize appropriate HTML elements to convey the structure and purpose of your content. For example, use headings for headings, lists for lists, and buttons for interactive elements.

What is meant by “normal flow”?

It’s the default way elements are laid out in a web page, either stacking vertically (block-level) or flowing horizontally alongside text (inline).

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

Static Positioning positioning is the default for every html element.

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

Precise placement, layering, overlap, and independence from other elements.

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

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.

Information gathered using ChatGPT