0% found this document useful (0 votes)
3 views

Web Development Demo Lecture

Web development encompasses the creation of websites and applications using HTML, CSS, JavaScript, and frameworks like Bootstrap. HTML structures web pages, CSS styles them, JavaScript adds interactivity, and Bootstrap ensures responsive design. It's important to understand the difference between static websites, which have fixed content, and dynamic websites, which update content dynamically.

Uploaded by

Vankar Jeel
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Web Development Demo Lecture

Web development encompasses the creation of websites and applications using HTML, CSS, JavaScript, and frameworks like Bootstrap. HTML structures web pages, CSS styles them, JavaScript adds interactivity, and Bootstrap ensures responsive design. It's important to understand the difference between static websites, which have fixed content, and dynamic websites, which update content dynamically.

Uploaded by

Vankar Jeel
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Introduction to Web

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.

You might also like