Rohit
Rohit
Submitted
in partial fulfillment
of the requirements for the award of degree of
Bachelor of Technology
(Computer Science and Engineering)
Supervised By Submitted By
Dr. Ved Mitra Rohit Yadav
(Coordinator-Industrial Trainning) 2021UCS026
About Web Development:
Web development is the process of building and maintaining websites
or web applications. It encompasses a range of tasks, from designing
the user interface and user experience to coding the server-side logic
and managing databases. Web development is generally categorized
into two main parts: front-end development and back-end
development.
Front-end Development:
• Role: Front-end developers focus on the user interface and user experience of a website or web
application. They work on the client side, meaning that their code runs in the user's browser.
• Technologies:
• HTML (HyperText Markup Language): Structures the content of the web page.
• CSS (Cascading Style Sheets): Styles and formats the HTML content, controlling the layout and visual
presentation.
• JavaScript (JS): Adds interactivity and dynamic behavior to the front end, allowing for client-side
scripting.
2. Back-end Development:
• Role: Back-end developers handle server-side logic, databases, and application functionality that users
don't see directly. They manage the server and ensure data is processed and delivered to the front end.
• Technologies:
• Server-Side Languages (e.g., PHP, Python, Ruby, Java, Node.js): Used for server-side scripting and
processing.
• Database Management Systems (e.g., MySQL, PostgreSQL, MongoDB): Store and manage data.
• Server Frameworks (e.g., Express.js, Django, Ruby on Rails): Provide tools and structure for building
server-side applications.
HTML (Hypertext Markup Language):
HTML, or HyperText Markup Language, is the standard markup language used to create the
structure and content of web pages. It consists of a series of elements, each represented by
a tag, that define different parts of a document. HTML provides a way to structure content
such as headings, paragraphs, lists, links, images, forms, and more. Below are some key
aspects of HTML:
PG Life web application is developed to facilitate relevant end users to get them register and
login to search PGs in the specific cities.
It is developed using HTML, CSS, DBMS, PHP, JS Web Technologies.
THANK YOU