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.
| 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 |
- HTML5
- CSS3
- JavaScript
- Node.js (Experiments 6–9)
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
Open the index.html file in your web browser.
Run using Node.js.
node exp6.js
node exp7.js
node exp8.js
node exp9.jsDOM Manipulation requires a browser.
Open:
exp10/index.html
using Live Server or any modern web browser.
- 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.