1. Interactive Web Pages – Concept
- Interactive web pages allow users to interact with the content through inputs, selections, and dynamic updates.
- This is achieved using HTML forms, CSS styling, and JavaScript behaviors.
- Examples: search bars, login forms, feedback forms, product filters, etc.
2. Difference between Static and Dynamic Web Pages
| Feature | Static Web Pages | Dynamic Web Pages |
|---|---|---|
| Content | Fixed content | Content changes based on user input or logic |
| Language Used | HTML, CSS | HTML, CSS, JavaScript, Server-side languages |
| Interactivity | Not interactive | Highly interactive |
| Server Interaction | No | Yes (uses backend like PHP, Node.js, java etc.) |
| Example | about.html, contact.html | Facebook, Gmail, Shopping Cart |