HTML, CSS and JS COURSE CONTENT

  • HTML5 – Introduction
    • Need and Benefits of HTML
    • Setup
    • Browser
    • BOM and DOM
    • DOCTYPE
    • Character Encoding
    • script, link
    • HTML5 Document
    • Comments
  • HTML5 – Getting Started
    • Visual Studio Code Features
    • Google Chrome Developer Tools
    • Inspect Element
  • HTML5 – Elements & Attributes
    • Formatting Tags
    • List
    • Table
    • Form & Input Tags
    • Images
    • Styles
    • placeholder
    • inline and block elements
    • id and class Attributes
  • HTML5 – Navigation
    • Navigation Tags
    • Hyperlink
    • reference to intermediate section
  • HTML5 – Events
    • onblur
    • onchange
    • onclick
    • form related events
    • load events
    • key events
    • mouse events
    • ondblclick
    • onbeforeonload
    • oncanplay/li>
  • HTML5 – Web Forms 2.0
    • input element in HTML5
    • output
    • placeholder Attribute
    • autofocus
    • required
  • HTML5 – Web Storage
    • Session Storage
    • Local Storage and
    • Delete web Storage
  • HTML5 – Web SQL Database
    • openDatabase
    • transaction
  • HTML5 – Geo location
    • Geolocation Methods
    • Location Properties
    • Handling Errors
    • Position Options
  • CSS3 – Introduction
    • Need and Benefits of CSS
    • Setup
    • CSS Syntax
    • CSS Comments
    • including CSS in HTML Documents(Inline Styles, Embedded styles, External style sheets)
  • CSS3 – Selectors
    • Universal Selector
    • Element Type Selector
    • Id Selectors
    • Class Selectors
    • Grouping Selectors
  • CSS3 – Styling
    • CSS color
    • CSS Background
    • CSS Fonts
    • CSS Text
    • CSS Links
    • CSS Lists
    • CSS Tables
  • CSS3 – Box Model
    • Margin
    • padding
    • border
    • Outline
    • Visibility vs. Display
    • Multiple Columns
  • CSS3 – Advanced
    • Media Queries
    • RWD
  • JavaScript Fundamentals
    • Variables
    • Datatypes
    • Type Conversions
    • Operators
    • Comparisons
    • Interactions
    • Loops
    • Functions
    • Function Expression
    • Control Flow
    • Conditionals
  • JavaScript Deep Dive

     

    • Array
    • String
    • Date
    • Math
    • Number
    • Boolean
    • Functions
    • JSON
    • Objects