Course Content
WEB DEVELOPIG
Web development is the process of creating and maintaining websites and web applications. It involves designing how a website looks, building its structure, and adding functionality to make it interactive and user-friendly. Web development is mainly divided into three parts: Frontend – what users see (design, layout, buttons) Backend – how the website works (server, database) Full Stack – both frontend and backend together Using technologies like HTML, CSS, and JavaScript, developers create websites that can run on browsers and devices. From simple personal websites to complex platforms like e-commerce and social media, everything is built using web development.
0/7
Web Developing

 Installing Visual Studio & Introduction

In this module, students will learn how to install and set up Visual Studio Code (VS Code), a powerful and widely used code editor for web development. The process is explained step by step, making it easy even for complete beginners to follow.

Students will also get a clear introduction to the VS Code interface, including the file explorer, editor, extensions, and basic tools required for coding. This helps them understand how to write, manage, and run code efficiently.

By the end of this module, learners will have a fully working development environment and the confidence to start their coding journey.


 Step-by-Step Installation Guide

1. Download VS Code


2. Install the Software

  • Open the downloaded file
  • Click Next → Next → Install
  • Select:
    • ✔ Add to PATH
    • ✔ Create Desktop Icon
  • Click Finish

3. Open VS Code

  • Launch VS Code from desktop or start menu
  • You will see the main editor screen

4. Install Important Extensions

Go to Extensions (left sidebar) and install:

  • Live Server
  • HTML CSS Support
  • Prettier (Code Formatter)

5. Create Your First File

  • Click File → New File
  • Save as index.html
  • Start writing code

🔹 Result

After completing this:

  •  VS Code installed
  •  Ready for web development
  •  Basic understanding of interface
error: Content is protected !!