Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Web Development Tutorials for Beginners in Hindi - HTML, CSS, JavaScript & More

CodeWithHarry via YouTube

Overview

This web development course aims to teach beginners how to create a website from scratch using HTML5, CSS3, and JavaScript. The course covers topics such as website structure, styling with CSS, JavaScript fundamentals, and backend development with Node.js. Students will learn through in-depth explanations, exercises, quizzes, and real-world examples. The course is designed for individuals interested in pursuing a career in web development and provides hands-on experience in building responsive websites.

Syllabus

Introduction to HTML, CSS, JavaScript & How websites work? | Web Development Tutorials #1.
HTML Tutorial: Installing VS Code & Live Server | Web Development Tutorials #2.
HTML Tutorial: Basic Structure of a Website | Web Development Tutorials #3.
HTML Tutorial: Title, Script, Link & Meta Tags | Web Development Tutorials #4.
HTML Tutorial: Headings & Paragraphs | Web Development Tutorials #5.
HTML Tutorial: Img and Anchor tags | Web Development Tutorials #6.
HTML Tutorial: Lists and Tables | Web Development Tutorials #7.
HTML Tutorial: Forms & Input Tags | Web Development Tutorials #8.
HTML Tutorial: Inline & Block Elements | Web Development Tutorials #9.
HTML Tutorial: Ids & Classes in HTML | Web Development Tutorials #10.
HTML Tutorial: HTML Entities | Web Development Tutorials #11.
HTML Tutorial: Semantic Tags in HTML| Web Development Tutorials #12.
CSS Tutorial: Introduction to CSS | Web Development Tutorials #13.
CSS Tutorial: Inline, Internal & External CSS | Web Development Tutorials #14.
CSS Tutorial: Selectors in CSS | Web Development Tutorials #15.
CSS Tutorial: Using Chrome Developer Tools | Web Development Tutorials #16.
CSS Tutorial: Fonts In CSS | Web Development Tutorials #17.
CSS Tutorial: Colors In CSS | Web Development Tutorials #18.
CSS Tutorial: Borders and Backgrounds | Web Development Tutorials #19.
CSS Tutorial: CSS Box Model, Margin and Padding | Web Development Tutorials #20.
CSS Tutorial: Float & Clear Explained | Web Development Tutorials #21.
CSS Tutorial: Styling Links & Buttons | Web Development Tutorials #22.
CSS Tutorial: Creating a Navigation Menu | Web Development Tutorials #23.
CSS Tutorial: CSS Display Property | Web Development Tutorials #24.
CSS Tutorial: Position absolute, relative, fixed and sticky in CSS | Web Development Tutorials #25.
Project 1: Creating a Gym Website Using HTML5 & CSS3 | Web Development Tutorials #26.
CSS Tutorial: Visibility & z-index Explained | Web Development Tutorials #27.
CSS Flexbox Tutorial in Hindi | Web Development Tutorials #28.
CSS Tutorial: em, rem, vh and vw units + Responsive design Explained | Web Development Tutorials #29.
CSS Tutorial: Media Queries Explained | Web Development Tutorials #30.
CSS Tutorial: More on CSS Selectors | Web Development Tutorials #31.
CSS Tutorial: Attribute & nth child pseudo Selectors | Web Development Tutorials #32.
CSS Tutorial: Before and After Pseudo Selectors | Web Development Tutorials #33.
CSS Tutorial: Box Shadow and Text Shadow | Web Development Tutorials #34.
CSS Tutorial: Variables & Custom Properties | Web Development Tutorials #35.
CSS Tutorial: Creating Animations & Keyframes | Web Development Tutorials #36.
CSS Tutorial: Creating Transitions in CSS | Web Development Tutorials #37.
CSS Tutorial: Transform property in CSS | Web Development Tutorials #38.
Creating Fully Responsive Website Project Using HTML & CSS in Hindi | Web Development Tutorials #39.
CSS Grid: Introduction & Creating A Basic Grid | Web Development Tutorials #40.
CSS Grid: Creating Rows & Gaps in Grid | Web Development Tutorials #41.
CSS Grid: Spanning Multiple Rows and Columns in Grid | Web Development Tutorials #42.
CSS Grid: Autofit & MinMax | Web Development Tutorials #43.
CSS Grid: Creating Layouts Using Grid Template Area | Web Development Tutorials #44.
Using Media Queries with CSS Grid | Web Development Tutorials #45.
Introduction to JavaScript for Frontend & Backend | Web Development Tutorials #46.
Writing in-browser JavaScript and Developer Console | Web Development Tutorials #47.
Variables, Data Types and Operators in JavaScript | Web Development Tutorials #48.
Strings in JavaScript | Web Development Tutorials #49.
String Functions in JavaScript | Web Development Tutorials #50.
Scope, If-else Conditionals & Switch Case in JavaScript | Web Development Tutorials #51.
Arrays & Objects in JavaScript | Web Development Tutorials #52.
Functions in JavaScript | Web Development Tutorials #53.
JavaScript Tutorial: Interaction - Alert, Prompt, Confirm | Web Development Tutorials #54.
JavaScript Tutorial: for, while, forEach, Do While Loops | Web Development Tutorials #55.
JavaScript Tutorial: Navigating The DOM | Web Development Tutorials #56.
JavaScript Tutorial: Events & Listening to Events | Web Development Tutorials #57.
JavaScript Tutorial: setInterval & setTimeOut | Web Development Tutorials #58.
JavaScript Tutorial: Date & Time In JavaScript | Web Development Tutorials #59.
JavaScript Tutorial: Arrow Functions In JavaScript | Web Development Tutorials #60.
JavaScript Tutorial: Math Object In JavaScript | Web Development Tutorials #61.
JavaScript Tutorial: Working with JSON in JavaScript | Web Development Tutorials #62.
Backend Tutorial: Node.Js Introduction and Installation | Web Development Tutorials #63.
Backend Tutorial: Node.Js Modules with Examples | Web Development Tutorials #64.
Backend Tutorial: Blocking vs Non-Blocking execution | Web Development Tutorials #65.
Backend Tutorial: Serving HTML Files using NodeJs | Web Development Tutorials #66.
Backend Tutorial: Creating a Custom Backend Using NodeJs | Web Development Tutorials #67.
Backend Tutorial: Creating Custom Modules in Node Using NodeJs | Web Development Tutorials #68.
Backend Tutorial: npm: The Node Package Manager Tutorial | Web Development Tutorials #69.
Backend Tutorial: Installing Express and Postman | Web Development Tutorials #70.
Backend Tutorial: Writing our first Express App | Web Development Tutorials #71.
Backend Tutorial: Static Files & Installing Pug template engine | Web Development Tutorials #72.
Backend Tutorial: Using raw HTML in Pug template engine | Web Development Tutorials #73.
Backend Tutorial: Finishing Off NodeJs Backend of our Gym Website | Web Development Tutorials #74.
Backend Tutorial: Dance Website Using Pure Pug + NodeJs | Web Development Tutorials #75.
Backend Tutorial: Designing Cards Using Pure Pug + NodeJs | Web Development Tutorials #76.
Backend Tutorial: Continuing Dance Website using Pug + NodeJs | Web Development Tutorials #77.
Backend Tutorial: Adding Sponsor Section using Pug + NodeJs | Web Development Tutorials #78.
Backend Tutorial: Adding a Contact Form using Pug + NodeJs | Web Development Tutorials #79.
MongoDb Tutorial: Introduction to MongoDb + Installation | Web Development Tutorials #80.
MongoDb Tutorial: Inserting data into the Mongo Database | Web Development Tutorials #81.
MongoDb Tutorial: Searching/Querying data from the Mongo Database | Web Development Tutorials #82.
MongoDb Tutorial: Deleting data from the Mongo Database | Web Development Tutorials #83.
MongoDb Tutorial: Updating data from the Mongo Database | Web Development Tutorials #84.
MongoDb Tutorial: MongoDb Compass & Installing Mongoose | Web Development Tutorials #85.
MongoDb Tutorial: Using Mongoose in NodeJs | Web Development Tutorials #86.
Plotting CoronaVirus Cases On World Map - Interactive Dashboard Using JavaScript & MapBox.
Backend Tutorial: Saving Data To The Database Using Pug + NodeJs | Web Development Tutorials #88.
Hosting Tutorial: Where to Host your Website? | Web Development Tutorials #89.
Hosting Tutorial: Creating Our First VPS | Web Development Tutorials #90.
Hosting Tutorial: Installing Putty + Basic Linux Commands | Web Development Tutorials #91.
Hosting Tutorial: Installing Apache2 Web Server on a VPS | Web Development Tutorials #92.
Hosting Tutorial: CoronaVirus Information Website With Hosting | Web Development Tutorials #93.
Hosting Tutorial: Using Filezilla & WinSCP to upload Files | Web Development Tutorials #94.
Hosting Tutorial: Linking Domain to the Web Hosting Server | Web Development Tutorials #95.
Hosting Tutorial: Host Multiple Websites On One Single Hosting Server | Web Development Tutorials#96.
Hosting Tutorial: Deploy NodeJs Apps in Production on Linux VPS | Web Development Tutorials#97.
Installing MongoDb & Hosting our Dance Website on Ubuntu VPS | Web Development Tutorials #98.
Get a Free https SSL Certificate For Your Domain on Ubuntu VPS | Web Development Tutorials #99.
Git Tutorial: How to Upload your Projects to Git & GitHub | Web Development Tutorials #100.
Transparent Login Form using HTML and CSS | Web Development Tutorials #101.
I Created a Realtime Chat Application Using NodeJs and SocketIO.
Create a Responsive Website Using HTML, CSS & JavaScript in Hindi.

Taught by

CodeWithHarry

Reviews

5.0 rating, based on 3 Class Central reviews

Start your review of Web Development Tutorials for Beginners in Hindi - HTML, CSS, JavaScript & More

  • it was very good experience to learn Web Development from Harry Sir. I have learned so much things in this course like HTML,CSS & JavaScript along with it I have learned responsive Web Designing
  • Profile image for Mehran  Jaferi
    Mehran Jaferi
    Your review helps other learners like you discover great courses. Only review the course if you have taken or started taking this course.

  • one of the best videos of HTML available on youtube. Code With Harry is a gem. The way he teaches is magnanimous.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.