You are on page 1of 14

Program name and code : (CO2I) Academic Year : 2021-2022

Course name and code : WPD (22014) Semester :2nd

A STUDY ON

MICRO PROJECT REPORT BASED ON

Sr Name of Student Roll No. Enrollment No.


.no
1) Karan Prashant Marathe 1161 2114320101
2) Anurag Vijay Pawar 1158 2114320039
3) Harshada Mahendra sagar 1156 2114320038

4) Tejashri Ramdas Sagar 1160 2114320100

5) Manish Harishchandra Gawali 1157 2114320042

Submitted on 18/05/2022 by the group of 5 students

Under the guided by


Mr.M.M.Goswami Sir
Third year Diploma Program in Engineering & Technology of
maharashtra State Board of Technical Education, Mumbai (Autonomous)

ISO 9001:2008 (ISO/IEC-27001:2013)

At
1432 GOVERNMENT POLYTECHNIC NANDURBAR.

Maharashtra State Board Of Technical Education


Certificate:-

Is to certify that: - Karan Prashant Marathe


Anurag Vijay Pawar
Harshada Mahendra Sagar
Tejashri Ramdas Sagar
Manish Harishchandra Gawali

Of Second Semester of Computer Engineering –


Diploma Program in Computer Engineering & Technology
at 1432 GOVERNMENT POLYTECHNIC, NANDURBAR.
has completed
The (Micro Project) satisfactorily in Subject WPD (22014) in the
academic year 2021- 2022as prescribed in the MSBTE curriculumof I
Scheme.

Place: NANDURBAR Enrollment No: 1) 2114320101


2) 2114320039
3) 2114320038
4) 2114320100
5)2114320042

Project Guide Principle Head of Department


Details of 11 Engagement Hours of the Student
Regarding Completion of the Project
Sign of
Timing Work or activity Performed the
Wee Guide
k Date
No. Durat
From To ion in
min.
3.00 4.00 15 Discussion and Finalization of
1 23/2/22 pm pm min the Project Title
4.00 4.30 30 Preparation and Submission of
2 2/3/22 pm pm min Abstracts
3.00 4.00 20
3 9/3/22
Literature Review
pm pm min
4.00 6.00 3
4 16/3/22 Collection of Data
pm pm hour
3.00 3.30 30 Discussion of project
6 23/3/22 pm pm min
4.00 8. 00 4 To create a website
7 30/3/22 pm pm hour
3.00 4.00 1 Editing
8 6/4/22 pm pm hour
3.00 4.00
9 17/4/22 1hour Final Completion of the Project
pm pm
3.00 4.00 45 Assessment and Submission of
10 20/4/22 pm pm min Report
ANNEXURE-I

Evaluation Sheet for the Micro Project (Teachers Copy)

Academic Year:-2021-22
Name of Guider: Mr. M. M. Goswami Sir

Sem :- Second Program Name : Computer Engg.

Course Code:22014
CourseName:- WPD

1.Karan Prashant Marathe


Name of Student 2.Anurag Vijay Pawar
3.Harshada Mahendra Sagar
4.Tejashri Ramdas Sagar
5.Manish Harishchandra Gawali

Title of the
Project:- “Honda Cars Showroom ”
• Outcomes in Affective Domain
1. Follow safety measures.
2. Follow ethical practices.

• Comment/Suggestions about team


Work/leadership/inter w personal Communication
+ All the team members were co-operative and helped each other.
The team members gave full support. Rather,there were no any
mis-understanding among any of any of the team members

Roll No. Students Total Total Total Remark


Name marks marks
(theory) (practical)
(6) (4)

1161 Karan Prashant


Marathe
1158 Anurag Vijay
Pawar
1156 Harshada
Mahendra sagar

1160 Tejashri Ramdas


Sagar
1157 Manish
Harishchandra
Gawali

( )
Signature with Name and Designation of the Faculty Member
5
Index

No Name Page No

6
1 Introduction
7
2 Summary

3 8
HTML tags used in micro project

4 Index.html 9

5 Vehicle.html 10

6 10
Service.html

7 Reviews 11

9 conclusion 12

6
Introduction:-

Here in this project The “HONDA CAR” showroom website has been
developed to get information about cars Their specifications and a lot. This
website is supported to eliminate and in some cases reduce the hardships faced
by this existing system. Moreover this system is designed for the particular need
of the company to carry out operations in a smooth and effective manner.

The application is reduced as much as possible to avoid errors while


entering the data. It also provides error message while entering invalid data. No
formal knowledge is needed for the user to use this system. Thus by this all it
proves it is user-friendly. College Website, as described above, can lead to error
free, secure, reliable and fast management system. It can assist the user to
concentrate on their other activities rather to concentrate on the record keeping.
Thus it will help organization in better utilization of resources.

Every company, whether big or small, has challenges to overcome and


managing the information of customer, charges. Every Cars Website has
different Models needs, therefore we design exclusive employee management
systems that are adapted to your managerial requirements. This is designed to
assist in strategic planning, and will help you ensure that your organization is
equipped with the night level of information and details for your future goals.
Also, for those busy executive who are always on the go, our systems come with
remote access features, which will allow you to manage your workforce

7
Summary :-
This simple yet very us eful and well-maintained site is developed with HTML
tags. The whole project is designed in HTML language. Different tags have been
used for the development of the project. It is quite easy to use and handle. There
is no any error and warning contents in the project.

This college site is made by using CSS, JavaScript and HTML codes. Mainly the
JavaScript is used for the validation of the form elements.The CSused more for
the graphical interface but uses mainly for the text and division elements.

Some of the codes of HTML5 are for validation purpose. The


combination of JavaScript, CSS and HTML codes make the web pages more
attractive so that the customers can easily find out there stuffs. The link given in
the website is very useful and easier to use.

8
Html Tags Used In Project:-

<!DOCTYPE> Defines the document type


<html> Defines an HTML document
<head> Contains metadata/information for the document
<title> Defines a title for the document
<body> Defines the document's body
<h1> to <h6> Defines HTML headings
<p> Defines a paragraph
<br> Inserts a single line break
<hr> Defines a thematic change in the content
<form> Defines an HTML form for user input
<input> Defines an input control
<textarea> Defines a multiline input control (text area)
<button> Defines a clickable button
<a> Defines a hyperlink
<link> Defines the relationship between a document and an external resource
(most used to link to style sheets)
<nav> Defines navigation links
<table> Defines a table
<caption> Defines a table caption
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<thead> Groups the header content in a table
<tbody> Groups the body content in a table
<tfoot> Groups the footer content in a table
<col> Specifies column properties for each column within a <colgroup> element
<colgroup> Specifies a group of one or more columns in a table for formatting

9
Index.html:-

Vehicles.html:-

10
Services.html:-

Featured:-

11
Reviews:-

Contact:-

12
• Conclusion:
Here in this micro project of subject web page design in html. We studied that
how to build an a Car website using html and css. Our project is only a humble
venture to satisfy the needs to manage their project work. Several user friendly
coding have also adopted. This package shall prove to be a powerful package in
satisfying all the requirements of the cars. The objective of software planning is to
provide a frame work that enables the manger to make reasonable estimates made
within a limited time frame at the beginning of the software project and should be
updated regularly as the project progresses.

13
ANNEXURE-II
Evaluation Sheet for the Micro Project (Teachers Copy)
Academic Year:-2021-
Name of Guider: MR. M.M.Goswami Sir
22

Sem :- Second Program Name : Computer Engg.

Course Name:-
WPD Course Code:22014

1.Karan Prashant Marathe


Name of
Students:- 2.Anurag Vijay Pawar
3.Harshada Mahendra Sagar
4.Tejashri Ramdas Sagar
5.Manish Harishchandra Gawali

Title of the “Honda Car Showroom”


Project:-

( )
Signature with Name and Designation of the Faculty Member

14

You might also like