Development
Development
DEVELOPMENT
CONTENTS
• Introduction to Web
• Front-End Development road map
• Technologies used to develop website
• What is Framework ?
• Project
• Conclusion
Introduction to Web
Development
Web: It refers to websites, web pages or anything that works over the internet.
.
Web development classified into
two ways:
Front-end Development
Back-end Development
Front-End Development:
Front-end development deals with the client-side of web development, meaning everything that users
interact with directly in their web browsers.
Languages: HTML (HyperText Markup Language), CSS (Cascading Style Sheets), and JavaScript.
HTML: Structures the content on the page (e.g., headings, paragraphs, links).
JavaScript: Adds interactivity and dynamic behavior (e.g., form validation, animations).
Back-End development:
Back-end development focuses on the server-side, dealing with how the site works and interacts with
databases and servers.
Languages: Commonly used languages include JavaScript (Node.js), Python, Ruby, PHP, Java, and C#.
Frameworks: Tools like Express.js (Node.js), Django (Python), Ruby on Rails (Ruby), and Laravel (PHP)
can simplify back-end development.
Databases: Systems like MySQL, PostgreSQL, MongoDB, and SQLite store and manage data
Technologies used to develop
website
Project
Conclusion