PW - Lecture Notes Summary


01 - HTML 01

  • Lecture Info

  • Internet

  • Linguaggio HTML

    • Differenza tra tag ed elementi

02 - HTML 02

  • Lecture Info

  • Attributi HTML

  • HTML Headings

  • Grouping Content Elements


      1. ,
          ,
        • ,
          ,

        • ,

04 - CSS 01

  • Lecture Info

  • Why Use CSS?

  • How to use CSS

    • Add CSS into HTML

    • CSS Rule Structure

  • CSS Selectors

  • Font Properties

    • Font-Family

      • Stack strategies

      • Web Fonts

      • Example

    • Font-Size

      • Absolute measures

      • Relative measures

      • Example

    • Font-Weight

    • Font-Style

    • Font-Variant

  • Colors

    • Example

  • Text Properties

    • line-height

    • text-indent

    • text-align

    • text-decoration

    • text-transform

    • letter-spacing e word-spacing

    • text-shadow

05 - CSS 02

  • Lecture Info

  • Generic Elements

  • ID and Class

  • Box Model

    • box-sizing

    • overflow

    • padding

    • margin

    • negative margins

    • border

  • Example

  • Display

06 - JS 01

  • Lecture Info

  • Basics of Javascripts

    • History

    • What it Does

    • Frameworks

    • Characteristics

    • Add JS to HTML Page

  • Document Object Model (DOM)

    • Selectors

    • Events

    • Common Error on Page Load

    • Manipulation of Node

    • Creation of Node