Web Development for Beginners

Beginner
Student
Azure

Learn the basics of web development, including programming languages and tools, and web accessibility.

Prerequisites

none

Modules in this learning path

Learn about programming languages and the tools that developers use to create software.

There are various tools and reports at your disposal that can highlight issues that need to be addressed. There are also standards like ARIA tags that will make your app usable by all.

Learn about variables and the data types that populate them.

Functions are the building blocks for any application you'll create. With functions, you can create named, reusable sections of code to help make it more readable and maintainable. This module explores the core concepts of functions.

This lesson covers the basics of JavaScript if/else decision-making concepts. You'll learn how comparing variables, using Booleans, and using if/else statements allow you to make decisions in your code.

Learn how to manipulate and store data within JavaScript.

Use GitHub Copilot, an AI pair programmer that offers autocomplete-style suggestions as you code, to work with JavaScript