Lets Get Started!
  • How to go with this Course
  • What are the requirements
  • Windows Users: Installing and using Code Editor
  • FOR MAC USERS: Installing and Using Code Editor
HTML
  • Windows Users: Basics Of HTML
  • FOR MAC USERS: HTML Basics
  • Practice what you have leaned so far
  • Headings and paragraphs in html
  • HTML Structure
  • html exercise
  • Formatting Tags in HTML
  • TIP: How to know the HTML code of a Website
  • Line break horizontal line and comments in html
  • Font color and assignment 1
  • Submit Your Assignment here
  • How to add an image with different attributes
  • How to add links in html
  • background color ordered and unordered lists
  • background image and interlinking pages
  • how to create a basic menu in html
  • Basic HTML Tags
  • Html exercise 2
CSS
  • Inline CSS
  • Ids and Classes in CSS
  • Universal and Group selectors in CSS
  • Some CSS Properties
  • Border in CSS
  • Margins and Padding
  • How to create and associate an external stylesheet
  • Common CSS Properties You must know
  • CSS ASSIGNMENT
  • Submit Your Assignment here
HTML CSS Layouts
  • Div and Span
  • Layout 1: Header, Navigation Menu, Content Area, Footer
  • Layout 2: Sidebar
  • Layout 3: Logo and Slogan
  • Setting up logo in header
  • Setting up slogan
  • Designing the Navigation bar
  • Setting up the content area
  • Designing the sidebar
  • Designing the footer
  • Creating Home and About page
  • Creating Services page
  • Contact Form part 1
  • Contact Form part 2
  • Styling Contact Form
  • Making the logo clickable
  • HTML Tables
  • Styling Tables
  • Uploading our project to the online server
  • Assignment
  • HTML 5
JavaScript
  • Introduction to JavaScript (Its not Java)
  • What things can JavaScript do
  • Where to put a JavaScript Code
  • JavaScript Outputs
  • How to write the Inside stuff in JavaScript
  • Variables in JavaScript
  • Comments in JavaScript
  • Javascript functions
  • How to take input in JavaScript
  • Taking input from HTML form and processing it with JavaScript
  • Conditions in JavaScript
  • Building a calculator with JavaScript
  • Nested if in JavaScript
  • AND and OR
  • Vowel checker in JavaScript
  • Check if a number is even or odd in JavaScript
  • Functions (with and without parameters)
  • Function with return
  • Events in JavaScript
  • JavaScript Strings
  • Objects in JavaScript
  • Arrays in JavaScript
  • Loops or Iterations in JavaScript
  • Looping an array in JavaScript
  • For Loop in JavaScript
  • Looping assignment 1: Sum of all natural numbers till the input
  • Looping assignment 2: Multiply all numbers till the input
  • How calculator type numeric buttons work in JavaScript
  • Some JavaScript techniques you must know
  • BONUS VIDEO
  • external javascript
  • last assignment Part 1
  • last assignment part 2
  • JavaScript Quiz
jQuery
  • Introduction to jQuery
  • Our First hello world with jQuery
  • Selector in jQuery
  • Some more Selectors in jQuery
  • jQuery Events
  • jQuery Effects or Actions
  • Building a toggle box with jQuery