Web Development Demo Lecture
Web Development Demo Lecture
Development
HTML, CSS, JavaScript, Bootstrap &
Types of Websites
What is Web Development?
• Web development involves creating websites
and web applications using HTML, CSS,
JavaScript, and frameworks like Bootstrap.
HTML: Structure of Web Pages
• HTML (HyperText Markup Language) is used to
create the structure of web pages using
elements like headings, paragraphs, links,
images, and forms.
CSS: Styling Web Pages
• CSS (Cascading Style Sheets) is used to style
HTML elements, control layout, colors, fonts,
and responsiveness.
JavaScript: Adding Interactivity
• JavaScript is a programming language used to
add interactivity to websites, such as dynamic
content, animations, and event handling.
Bootstrap: Responsive Design
• Bootstrap is a CSS framework that makes web
pages responsive and mobile-friendly with
pre-built components and grid systems.
Types of Websites: Static vs.
Dynamic
• Static Websites: Fixed content, does not
change dynamically.
• Dynamic Websites: Content updates
dynamically using databases and server-side
scripting.
Conclusion
• Web development involves HTML, CSS,
JavaScript, and frameworks like Bootstrap.
Understanding static and dynamic websites is
crucial for building web applications.