reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

HTML

Lists

Lists

### And Nested Lists

CSS

Boxes

Box Dimensions

Limiting Width

Limiting Height

Overflowing Content

Overflowing Content

Border, Margin & Padding

Border, Margin & Padding

Border Width

Border Style

Border Color

Shorthand

padding

margin

centering content

display

Hiding Boxes

CSS3: Border Images

JS

STATEMENTS

A script is a series of instructions that a computer can follow one-by-one. Each individual instruction or step is known as a statement.

  • Example: var today= new Date{); var hourNow = today.getHours{) ; var greeting;

COMMENTS

WHAT IS A VARIABLE?

DATA TYPES

  1. NUMERIC
  2. STRING
  3. BOOLEAN

var

Loops

loop

for

while