0% found this document useful (0 votes)
5 views15 pages

Web Development Internship Report

The document is a report on a web development internship completed by P. Dhanush, focusing on front-end technologies such as HTML, CSS, and Python. The internship involved hands-on experience in creating responsive web applications and culminated in the development of a Student Management System. Key learnings included web design principles, coding skills, and challenges in responsive design.

Uploaded by

manonataraj3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views15 pages

Web Development Internship Report

The document is a report on a web development internship completed by P. Dhanush, focusing on front-end technologies such as HTML, CSS, and Python. The internship involved hands-on experience in creating responsive web applications and culminated in the development of a Student Management System. Key learnings included web design principles, coding skills, and challenges in responsive design.

Uploaded by

manonataraj3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

WEB DEVELOPMENT INTERNSHIP

REPORT
Submitted by: P. DHANUSH
Register No: 611522104018

Guided by: Mr. A. Mohanasundaram, M.E., Assistant Professor


Mahendra Institute of Engineering and Technology, Namakkal

November 2025
ABSTRACT
• The front-end web development involves
HTML, CSS, and PYTHON which together
structure, style, and add interactivity to
websites. This internship provided hands-on
experience in designing and developing
responsive and functional web pages, focusing
on both aesthetics and performance
optimization.
AIM
• To understand the concepts of front-end web
development and gain practical knowledge in
creating interactive and responsive web
applications using HTML, CSS, and PYTHON.
SCOPE
• The internship scope includes learning web
technologies, developing static and dynamic
pages, understanding user interface design
principles, and deploying a mini-project
demonstrating real-world web application
development.
COMPANY PROFILE
• SALEM STUDIO is a leading IT solutions
provider offering services in Web
Development, Data Science, and
Cybersecurity. It provides internship programs
to bridge academic learning with industry
experience, helping students gain hands-on
exposure to modern technologies.
INTRODUCTION
• Web development involves designing,
building, and maintaining websites. It includes
front-end development (HTML, CSS) and back-
end development (Node.js, PHP, Python). The
goal is to create efficient, user-friendly, and
visually appealing websites.
IMPLEMENTATION
• The implementation phase involved
developing a sample E-commerce website
using HTML, CSS, and PYTHON. HTML was
used for structure, CSS for styling, and
• Python for dynamic functionality and
interactivity.
HTML OVERVIEW
• HTML (HyperText Markup Language)
structures web pages using tags. It defines
content such as text, images, and links. It uses
elements, attributes, and proper nesting to
ensure semantic and accessible design.
CSS OVERVIEW
• CSS (Cascading Style Sheets) is used to design
and layout web pages. It controls color, font,
spacing, and responsiveness. The box model,
selectors, and properties are key components
in CSS design.
PYTHON OVERVIEW
• Python is a high-level, interpreted, and general-
purpose programming language that is widely
used for various types of software development.
It was created by Guido van Rossum and released
in 1991. Python emphasizes code readability and
simplicity, allowing developers to express
complex ideas in fewer lines of code compared to
other languages like C++ or Java. Its clean and
easy-to-understand syntax makes it a great choice
for both beginners and experienced
programmers.
PROJECT WORK – STUDENT
MANAGEMENT SYSTEM
• A Student Management System (SMS) is a
Python-based application designed to manage
and organize student-related information
efficiently. The main goal of this system is to
simplify the process of storing, retrieving, and
updating student details such as personal
information, academic records, attendance,
grades, and course details. By using Python,
the system ensures reliability, scalability, and
user-friendliness.
OUTPUT
• -----------------------------------------
• STUDENT MANAGEMENT SYSTEM
• -----------------------------------------

• 1. Add Student Record


• 2. Display All Students
• 3. Search Student by Roll Number
• 4. Update Student Details
• 5. Delete Student Record
• 6. Exit

• Enter your choice: 1

• Enter Roll Number: 101


• Enter Name: dhanush
• Enter Department: Computer Science
• Enter Year: 3
• Enter Marks: 87

• Student record added successfully!

• -----------------------------------------
• 1. Add Student Record
• 2. Display All Students
• 3. Search Student by Roll Number
• 4. Update Student Details
• 5. Delete Student Record
• 6. Exit

• Enter your choice: 2

• -----------------------------------------
• ROLL NO NAME DEPT YEAR MARKS
• -----------------------------------------
• 101 Manoj Selva CSE 3 87
• -----------------------------------------

• Enter your choice: 6


• Thank you for using the Student Management System!
• -----------------------------------------
ADVANTAGES
• Hands-on learning of real-time web
development tools.
• Improved coding and debugging skills.
• Understanding of front-end frameworks.
• Enhanced creativity and design sense.
CHALLENGES
• Understanding responsive design for multiple
devices.
• Managing code consistency across browsers.
• Implementing interactive features using
python effectively.
CONCLUSION
• HTML, CSS, and PYTHON are the core pillars of
web development. Through this internship,
the student gained strong technical exposure
to these technologies, developed an E-
commerce prototype, and understood the
fundamentals of full-stack web development.

You might also like