You are on page 1of 19

MAHARASHTRA STATE

BOARD OF TECHNICAL EDUCATION


Mumbai

A MICRO PROJECT PROPOSAL ON


WEBSITE FOR CAR SHOWROOM
UNDER THE SUBJECT
WEB PAGE DESIGNING
SEMESTER – 2 OF COMPUTER ENGINEERING
ACADEMIC YEAR 2022-2023

SUBMITTED BY- 22334,2232,22324,22341

UNDER THE GUIDANCE OF


Prof. S.S. Suryawanshi
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
GOVERNMENT POLYTECHNIC MIRAJ

MICRO-PROJECT
Advertisement for car showroom using HTML
SUBMITTED BY
Nadaf Mahamadsad Irfan(22334)
AbubakkarSiddik Arif Matwal(22332)
Anushka Sandip Kamble (22324)
Prachi Satish Patil(22341)
GOVERNMENT POLYTECHNIC MIRAJ
Certificate

This is to certify that, as part of the partial fulfilment of the first Years
Diploma Course for the semester second, the Bonafede students
studying in First Year Diploma (Computer)., I Scheme, Miss.
Anushka Sandip Kamble, Miss. Prachi Patil, Mr.Mahamdsad Irfan
Nadaf and Mr. AbubakkarSiddik Arif Matwal have completed the
project report titled as, WEBSITE ON THE CAR SHOWROOM , for
the subject – WPD(Web Page Designing) under the guidance of Prof.
S.S. Suryawanshi and submitted it to Government Polytechnic, Miraj.
The information presented in this project report has not been
submitted earlier.

Prof. S.S. Suryawansh Prof. V. R. Falmari


(GUIDE) (HOD)
Date: / / 2022 Place: Govt. Polytechnic, Miraj

ACKNOWLEDGEMENT
We take it is an opportunity to thank all those who have directly and
indirectly inspired, directed and assisted us towards successful
completion of this project report. We express our sincere thanks to the
Prof. Nitin Sonje & the Head of Department, Prof. V. R.Falmari for
having us allowed to submit this report as part of our academics
learning. We express our sincere thanks to Prof. S.S.Suryawanshi ,
Lecturer in Computer Department, Government Polytechnic, Miraj
for encouragement throughout the project report and guideline in
designing & working out this project.
Place: Govt. Polytechnic, Miraj
Date: / / 2021
Yours Sincerely -
Nadaf Mahamadsad Irfan
AbubakkarSiddik Arif Matwal
Anushka Sandip Kamble
Prachi Satish Patil
MICROPROJECT PROPOSAL
Group Details: -
Sr No. Student Name Roll Enrollment Seat No.
No. No.

1) Nadaf Mahamadsad 22334 2201310203


Irfan
2) Prachi Satish Patil 21353 2101310164 151599

3) AbubakkarSiddik Arif 21358 2101310169 151604


Matwal
4) Anushka 22327
Sandip Kamble

Name Of Guide: S.S. Suryawanshi


Part I Annexure I
Micro-project Proposal

Title of Micro-project: - Website for Car Showroom


(1.0) Aim Of Micro-project: -
To create a website with multiple webpages.
(2.0) Course Outcomes: -
1) To understand different tags in HTML
2) We understand different types of style sheets.
3) We will able to create a website using HTML Language.
(3.0) Proposal Methodology
The steps involved in the proposed methodology are :
1) Selection and finalization of topic.
In this step we have searched different topics for
micro-project,
 Website for Car Advertisement
 Website for Hospital Management
 Website for Scientist Biographies
 Website for The Global movement SAVE SOIL
From this we selected Car Advertisement for micro-project
also we have taken the approval from the subject Teacher
2)Information Gathering:
In this step we are going to search the various information about Car
Advertisement,we are going to visit various websites for this
information gathering.
3)Creating Web pages:
In this step we are going to design various web pages to build website
for Car Showroom. Here we are going to use various HTML tags i.e
Text level tags, Block level tags, table tags and various attributes for
image and table also and other necessary tools for completion of
websites.
4)Publishing the website on Intranet:
In this step we are going to host our website on Intranet using IIS
5)Preparation of report:
In this step we are going to prepare micro-project report part A and
Part B as per given guidelines.

.
(4.0) Resources Required: -
Sr Name of resources Specification Qty
No.
1) Notepad, Microsoft Edge Intel i3 1
2) Different Websites Google Chrome. 2

(5.0) Action Plan: -

Sr Details Of Activity Planned Planned Team Members


No. Start date end date

1) Selection Of topic All team


members

2) Making Proposal Nadaf


Mahamadsad
Irfan
3) Literature review AbubakkarSiddik
Arif Matwal

4) Collection of Prachi Satish


information Patil

5) Making report Anushka Sandip


Kamble
6) Checking of All team
microproject with Members
the help of teachers.

Name of team members :


1. Nadaf Mahamadsad Irfan
2. AbubakkarSiddik Arif Matwal
3. Prachi Satish Patil
4. Anushka Sandip Kamble

(To be approved by the concerned the teacher)

*****************************************

What is an HTM file? 


Files with .htm extension represent Hypertext
Markup Language for creating web pages for display
in web browsers such as Google Chrome, Internet
Explorer, Firefox and a number of others. It defines
the markups for creating static pages to be published
on World Wide Web (WWW) for access by others.
These markups tell the browsers how to display a
web page’s contents. Such pages can contain plain
text, images, hyperlinks to other pages, videos and
other media information. When a web page is
published, you can have a look at the markup code
behind it by viewing its page source. Modern
browsers allow to inspect each section of a web page
where each sub-division or markup element in the
HTM source is elaborated.

Brief History of HTM 

Since its inception and first role out, the HTML


specifications have been maintained by World Wide
Web Consortium (W3C) since 1996. In 2000, it also
became an international standard (ISO/IEC
15445:2000). In 1999, HTML 4.01 was published. In
2004, the Web Hypertext Application Technology
Working Group (WHATWG) started working on the
HTML5 version which became a joint deliverable with
the W3C in 2008. It was completed and standardized
on 28 Oct 2014.
HTML File Format 

An HTML 4 document is composed of three parts:

1. a line containing HTML version information


2. a declarative header section
3. a body, which contains the document’s actual
content. The body may be implemented by the
BODY element or the FRAMESET element to
contain the body in frames

Each section can be lead or followed by white spaces,


newlines, tabs and comments. An example of a
simple HTML document is as shown below:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML

4.01//EN"

"http://www.w3.org/TR/html4/strict.dtd">

<HTML>

<HEAD>

<TITLE>Understanding HTML File Format</TITLE>

</HEAD>
<BODY>

<P>Hello World!

</BODY>

</HTML>

The HyperText Markup Language or HTML is


the standard markup language for documents
designed to be displayed in a web browser. It is
often assisted by technologies such as Cascading
Style Sheets (CSS) and scripting languages such
as JavaScript.
Web browsers receive HTML documents from
a web server or from local storage and render the
documents into multimedia web pages. HTML
describes the structure of a web
page semantically and originally included cues for
its appearance.
HTML elements are the building blocks of HTML
pages. With HTML constructs, images and other
objects such as interactive forms may be
embedded into the rendered page. HTML provides
a means to create structured documents by
denoting structural semantics for text such as
headings, paragraphs, lists, links, quotes, and
other items. HTML elements are delineated
by tags, written using angle brackets. Tags such
as <img /> and <input /> directly introduce
content into the page. Other tags such
as <p> and </p> surround and provide
information about document text and may include
sub-element tags. Browsers do not display the
HTML tags but use them to interpret the content of
the page.
HTML can embed programs written in a scripting
language such as JavaScript, which affects the
behavior and content of web pages. The inclusion
of CSS defines the look and layout of content.
The World Wide Web Consortium (W3C), former
maintainer of the HTML and current maintainer of
the CSS standards, has encouraged the use of
CSS over explicit presentational HTML since
1997.[2] A form of HTML, known as HTML5, is used
to display video and audio, primarily using
the <canvas> element, together with JavaScript.
Basic HTML
Tag Description

<!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

<!--...--> Defines a comment


Example For Website :
Annexure-II

Micro-project Report

Title of micro-project: Website for car showroom.


1.0 Rationale:
1. Efficient transportation is one of the most important thing for
humans. For example, Cars are one of the most efiicient way
of transportation for a person living in modern times.
2. But how good a car works isn’t only thing we look for.
Asthetics of once vechicle is also important. That’s why,
various cars with different designs and colours have been
created by various car companies across the globe.
3. This way, we will get some useful information about cars and
their functions.

This micro-project helps in gaining all these targets to be done


using ‘HTML’ programming language.

2.0 Aims /Benefits of the micro-project: Some of the Benefits of


the micro-project are as follows:
 Information about various cars
 This will give people information abot various cars
available for them.
 It gives us information about one of the most popular
modes of transportation.
 Knowledge about car.

3.0 Course outcomes related micro-project:


 Apply hyper linking on web page.
 Organize the content using table ang frames.
 Use block level and text level tags on web page.
 To develop a program using different tags ang CSS in html
language.
 Creating our own logic to develop a different websites.

4.0 Literature review:


 Various Tags and CSS is used to formatting the website .
i.e. https://www.rtovehicleinformation.com/
https://projectsgeek.com/2019/09/car-showroom-
management-system.html
 The resources used are different reference books, A
personal computer, visiting different websites, searching
various uses of tags on internet.

5.0 Actual methodology followed-


The steps involved in the proposed methodology are :
1) Selection and finalization of topic.
In this step we had searched different topics for micro-
project,
 Website for Hotel Management
 Website for Car Showroom,
 Website for Scientist Biographies
 Website for The Global movement SAVE SOIL
From this we selected The Global movement SAVE SOIL for
micro-project also we have taken the approval from the
subject Teacher
2)Information Gathering:
In this step we searched the various information about cars ,we visited
various websites for this information gathering.

3)Creating Web pages:


In this step designed various web pages to build website for Car
showroom. Here we used various HTML tags i.e Text level tags,
Block level tags, table tags and various attributes for image and table
also and other necessary tools for completion of websites.
4)Publishing the website on Intranet:
In this step we hosted our website on Intranet using IIS
5)Preparation of report:
In this step we prepared micro-project report part A and Part B as per
given guidelines.
6.0 Skill developed /learning outcomes :
1.The concept of project understood .
2.the structure and requirement of proposal and report
understood .
3.The necessity of group work is well understood .
4. How to search information and use of different online tools
come to
know.
7.0 Application of microproject:
 Building up capacity and experience for representatives for
specific under represented groups.
 Information about various car models
 Got to know about intricate workings of big car companies.

You might also like