Summary

Completed

In this module, you set up a working environment for web development. You also created a website and tested that everything is working in a web browser. Let's look at all you accomplished:

  • You downloaded and installed the tools you need for web development, and customized the editor with basic packages.
  • You created a project directory and the files to build a website.
  • You created a heading and other page elements, and then linked to external files and tested the page in a browser.
  • You applied styles to different elements and tested your site in the browser, and added support for themes using CSS.
  • You added JavaScript to enable custom interaction with the page and switching between themes.
  • You learned how to create and use console messages to peek inside your code.

You're gathering tools and building a foundation as a web developer. You can reuse your website as a template for future projects. As your skills and knowledge grow, you're able to fulfill more of the vision you have for your website. It's also empowering to see an idea come to life.

Learn more

Web development concepts

Web development references

HTML5

CSS

JavaScript

Web development technologies

Microsoft Edge documentation

Azure Static Web Apps

One way to deploy your website is to use Azure Static Web Apps.

Visual Studio Code documentation