Study Notes
-
M1D19: JavaScript Basics
Syntax Program Console Alert JavaScript Statement console.log() document.write() Add JavaScript to HTML JavaScript Engine Running the…
-
M1D18: Bits and Pieces of Computer Networking
Five Network Layers The TCP provides mechanisms to ensure that data is reliably delivered. The Physical…
-
M1D17: Technical Support Fundamentals
Glossary Abstraction: To take a relatively complex system and simplify it for our use Algorithm: A…
-
M1D16: Codeacademy | CSS Grid Layout
Introduction to Grids Using CSS, you can elegantly lay out elements on a web page. The Box…
-
CSS Flexbox Cheatsheet – Codeacademy
CSS Flexbox The CSS display: flex property sets an HTML element as a block level flex container which…
-
CSS Grid Cheatsheet – Codeacademy
Grid Template Columns To specify the number of columns of the grid and the widths of…
-
M1D15: CSS Grid Layout Part 4
Negative Grid Lines and Shorthand Syntax Grid lines also have negative indexes. You can reference grid…
-
M1D14: CSS Grid Layout Part 3
Firefox Grid Inspector Tool Position Items by Grid Lines CSS Grid lets you exercise even greater…
-
M1D13: CSS Grid Layout Part 2
fr – fraction unit, a flexible length unit designed for creating grid tracks that expand and…
-
M1D12: CS50 C
source code – code that you the human programmer write. Computers understand information represented by binary…