3-in-1 Website Coding – Basics of HTML, CSS & JavaScript

Categories: Coding, Programming
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

If you want to learn how to create websites, this course is for you. In this course, you will learn the basics of HTML, CSS and JavaScript, the three essential languages for web development. You will learn how to structure your web pages with HTML, style them with CSS and add interactivity with JavaScript.

What Will You Learn?

  • HTML Tags
  • What is CSS and why is it important.
  • CSS syntax and basic Structure
  • Different ways of adding CSS to a web page
  • Understanding CSS selectors and specificity
  • Using element, class, and ID selectors
  • Combining selectors to create complex styles
  • Understanding the CSS box model
  • Using CSS properties such as width, height, padding, margin, and border
  • Creating fixed and fluid layouts
  • Styling text using CSS properties such as font-family, font-size, font-weight, and color.
  • Creating text effects using text-shadow and text-decoration
  • Controlling text alignment and spacing
  • Styling backgrounds using CSS properties such as backgroundcolor, background-image, and background-size
  • Adding borders using border properties
  • Creating gradients and patterns
  • Understanding different layout types such as float, position, and display
  • Creating multi-column layouts
  • Using CSS Grid and Flexbox to create responsive layouts
  • Understanding the principles of responsive design
  • Using media queries to create responsive styles.
  • Creating responsive images and videos
  • Using CSS animations and transitions to create dynamic effects
  • Controlling animation timing and easing
  • Creating hover and focus effects
  • What is JavaScript and why is it important.
  • Understanding how JavaScript interacts with HTML and CSS
  • Different ways of adding JavaScript to a web page
  • Understanding JavaScript data types such as numbers, strings, Booleans, and objects
  • Creating and using variables in JavaScript
  • Declaring and assigning values to variables
  • Understanding JavaScript operators such as arithmetic, comparison, and logical operators
  • Using expressions to perform calculations and create conditions.
  • Understanding JavaScript functions and how to create them.
  • Passing arguments to functions and returning values.
  • Using built-in functions and creating custom functions
  • Using if/else statements to create conditions.
  • Understanding switch statements and ternary operators
  • Creating loops using for, while, and do/while loops.
  • Understanding JavaScript arrays and how to create them.
  • Accessing and modifying array elements
  • Using array methods such as push, pop, shift, and unshift.
  • Understanding JavaScript objects and how to create them.
  • Accessing and modifying object properties
  • Using object methods and constructors
  • Understanding JavaScript events and event handlers
  • Using event listeners to detect user interactions.
  • Creating and handling form events

Course Content

HTML

  • What is HTML
    10:46
  • Tags
    28:31
  • Formatting
    10:32
  • Links
    08:01
  • Images
    11:19
  • Tables
    10:33
  • Forms & Validations
    13:56
  • HTML Quiz

CSS

JavaScript