reading-notes

Reading Notes for Codefellows

View the Project on GitHub kylecohen14/reading-notes

Read 02 HTML Text, CSS introduction, and Basic JavaScript Instructions

HTML book

Ch.2 Text pp.40-61

  1. Structural Markup
    • Elements that descibe both headings and paragraphs
    • These include headings, paragraphs, bold & italic, superscript &subscript, white space, line breaks & horizontal rules
  2. Semantic markup
    • Provides emphasis in a sentence, quotations, the meaning of acronyms and so on
    • These include strong & emphasis, quotations, abbreviations & acronyms, citations & definitions, author details, changes to content

Ch.10 Introducing CSS pp.226-245

JS book

ch.2 Basic JavaScript Instructions pp.53-84

ch.4 Decisions and loops pp.145-162 (only to switch statemnets)

Decisions

These notes have been taken from Jon Duckett text books cited below

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