Skip to content

Mdsahil01/web-programming-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Web Programming Laboratory

A collection of Web Programming Laboratory experiments implemented using HTML, CSS, and JavaScript.

This repository is intended for B.Tech CSE students to learn and practice the fundamentals of web development.

📚 Experiments

Experiment Topic
1 Creating a Basic HTML Web Page
2 Hyperlinks and Images
3 HTML Table and Timetable
4 Student Registration Form
5 CSS Box Model
6 JavaScript Variables and Data Types
7 Decision Making using if-else
8 Loops in JavaScript
9 JavaScript Objects
10 DOM Manipulation

🛠 Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Node.js (Experiments 6–9)

📂 Project Structure

web-programming-lab/
│
├── assets/
│   └── sample.png
│
├── docs/
│   ├── color_print.pdf
│   └── white and black.pdf
│
├── exp5/
│   ├── exp5.html
│   └── style.css
│
├── exp10/
│   ├── index.html
│   └── exp10.js
│
├── exp1.html
├── exp2.html
├── exp3.html
├── exp4.html
│
├── exp6.js
├── exp7.js
├── exp8.js
├── exp9.js
│
└── README.md

▶️ How to Run

Experiments 1–5

Open the index.html file in your web browser.

Experiments 6–9

Run using Node.js.

node exp6.js
node exp7.js
node exp8.js
node exp9.js

Experiment 10

DOM Manipulation requires a browser.

Open:

exp10/index.html

using Live Server or any modern web browser.

🎯 Learning Outcomes

  • HTML Basics
  • Hyperlinks & Images
  • HTML Tables
  • HTML Forms
  • CSS Box Model
  • JavaScript Fundamentals
  • Conditional Statements
  • Loops
  • Objects
  • DOM Manipulation

⭐ If this repository helped you, consider giving it a star.

About

Complete Web Programming Laboratory experiments using HTML, CSS and JavaScript.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors