Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Become A Web Developer: HTML/CSS/JavaScript/Node/Git/GitHub
Rating: 4.8 out of 5(2 ratings)
22 students

Become A Web Developer: HTML/CSS/JavaScript/Node/Git/GitHub

Build and publish web applications
Created by247 Learning
Last updated 3/2026
English

What you'll learn

  • Build structure and content with HTML
  • Apply styling to webpage with CSS
  • Add interaction to webpages and app with JavaScript
  • Build progressive web applications
  • Host your application code remotely on GitHub
  • Deploy your local code remotely using Git
  • Build apps with Node js

Course content

13 sections114 lectures9h 36m total length
  • Introduction0:20
  • Core web development languages4:25
  • Web development tools1:28
  • Text Editors3:42
  • Note on text editors0:04
  • Installing Visual Studio Code6:00
  • Installing Atom3:57
  • Installing Sublime Text3:21
  • Installing Web Browsers2:44
  • What is http6:20
  • How the web works5:05
  • overview Become A Web Developer: HTML/CSS/JavaScript/Node/Git/GitHub2:03

Requirements

  • No programming experience required

Description

Web Development is the practice of developing websites and web apps that live on the internet.

All websites use HTML . It’s a fundamental part of every web developer’s toolkit. HTML provides the content that gives web pages structure, by using elements and tags, you can add text, images, videos, forms, and more. Learning HTML basics is an important first step in your web development journey and an essential skill for front- and back-end developers.

CSS, short for Cascading Style Sheets, is a style sheet language used to style websites. Colors, fonts, and page layouts for a site can all be managed using CSS.

JavaScript is a fun and flexible programming language. It’s one of the core technologies of web development and can be used on both the front-end and the back-end. While HTML and CSS are languages that give structure and colors to web pages, JavaScript makes them interactive and come alive.

Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications.

Git is free and open source software for distributed version control: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.

GitHub is an online software development platform used for storing, tracking, and collaborating on software projects

Who this course is for:

  • Beginners to web development