reading-notes

Reading Notes for Codefellows

View the Project on GitHub kylecohen14/reading-notes

Read 03 html list, CSS boxes, JS Control Flow

HTML book

CH.3 Lists pp.62-73

  1. Ordered list
    • Numbered
  2. Unordered list
    • Bullet point
  3. Definition lsit
    • Made with terms and definitions
    • Uses DL to make the list
    • Uses DT to contain the term being defined
    • Uses DD for the definition
  4. Nested List
    • A list inside of a list
    • There are 3 types of list

CH.13 Boxes pp.300-329

JS book

Ch.2 Basic JS instructions pp.70-73

CH. 4 Decisions and Loops pp.162-182

Duckett, J.(2014). JAVASCRIPT & JQUERY , HTML&CSS Indianapolis, IN: John Wiley & Sons, INC