0% found this document useful (0 votes)
9 views27 pages

E Commerce

Minnor project on bmw download from this link

Uploaded by

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

E Commerce

Minnor project on bmw download from this link

Uploaded by

hc406173
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 27

E-COMMERCE PROJECT

(Project report submitted in the partial fulfilment of the


requirement the award for the of Bachelor of Business
Administration)

SUBMITTED BY: GAURISH


NAGPAL

ENROLLMENT NO: 01790201823

UNDER THE GUIDANCE OF MS.


AMANDEEP KAUR

SRI GURU TEG BAHADUR INSTITUTE OF MANAGEMENT &


INFORMATION TECHNOLOGY (AFFILIATED To GGSIP
UNIVERSITY, DELHI)

(2023-2026)

Page 1 of 27
DECLARATION
I hereby declare that the project work on “E-Commerce”
submitted to the Guru Gobind Singh Indraprastha
University is a record of an original work done by me
under the guidance of Ms. Amandeep Kaur, Faculty
member, Sri Guru Tegh Bahadur Institute of
Management and Information Technology.

.....………………..

Signature of the

Scholar Name: Gaurish

Enrollment number: 01790201823

Page 2 of 27
CERTIFICATE

This to certify that GAURISH NAGPAL, enrollment no.


01790201823 BBA student of Sri Guru Tegh Bahadur
Institute of Management and Information Technology
has done project work on “E-Commerce” under the
guidance of Ms. Amandeep Kaur.

…………………………. (Signature of project

guide)

Ms. Amandeep Kaur

Page 3 of 27
ACKNOWLEDGEMENT

With profound sense of gratitude and regard, I express


my sincere thanks to my guide and mentor Ms.
Amandeep Kaur for her valuable guidance and the
confidence she installed in me, that helped me in the
successful completion of this project report. Without her
help, this project would have been a distant affair. Her
thorough understanding of the subject and the
professional guidance is indeed of immense help to me
is also thankful to the faculty member of our institute
who cooperated with me and gave me their valuable
time.

Page 4 of 27
Page 5 of 27
S.NO CHAPTER PAGE NUMBER
1. Introduction to HTML with: 6-10
History
Versions
Features

2. Create the basic structure of an html document 11

3. Create a web page with basic body attributes 12-13

Create a web page showing insertion of an image


4. Create a web page for a company using text formatting 15-16
tags
5. Create a table in the following format 17
6. Create text and image as hyperlink using anchor tag 18-19

7. Create a registration form 20-21


8. Create a html webpage inserting copyright and 22
trademark symbols
9. Create ordered list, unordered list, menu list and 23-24
nested list?
10. Show how to use different multimedia mode in a web 25
page

Page 6 of 27
HTML
HyperText Markup Language or HTML is the standard
markup language for documents designed to be displayed
in a web browser. It defines the content and structure of
web content. 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
document 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.

Page 7 of 27
HISTORY

The seed for HTML was sown by IBM in the early 1980s.
They wanted to set a documentation system in which one
could mark the title, headings. paragraphs and font type
selections. They called it General Mark-up Language
(GML). 1986. the International Standardizing
Organization (ISO) took up to this concept and
standardized it as Standard General Mark-up Language
(SGML). In 1989. Tim Berners Lee and his team in
European Laboratory for Particle Physics (CERR)
designed the present form of the documentation
language and called it HTML The first publicly available
description of HTML was a document called &quote:
HTML Tags&quot; Berners-Lee considered HTML to be
an application of SGML Similarly, Dave
Raggett&#39;scompeting Internet-Draft, &quot;HTML
(Hypertext Mark-up Format)&quot;, from late 1993,
suggested standardizing already-implemented features
like tables and fill-out forms.

After the HTML and HTML+ drafts expired in early 1994,


the IETF created an HTML Working Group, which in 1995
completed &quot: HTML 2.0&quot;, the first HTML
Page 8 of 27
specification intended to be treated as a standard against
which future implementations should be based.

Further development under the auspices of the IETF was


stalled by competing interests. Since 1996, the HTML
specifications have been maintained, with input from
commercial software vendors by the World Wide Web
Consortium (W3C). However, in 2000, HTML also
became an international standard (ISO/IEC 15445:2000).
HTML 4.01 was published in late 1999, with further errata
published through 2001, In 2004, development began on
HTML5 in the Web Hypertext Application Technology
Working Group (WHATWG), which became a joint
deliverable with the W3C in 2008 a joint deliverable with
the W3C in 2008.

Page 9 of 27
FEATURES

1. It is the language which can be easily understood


and can be modified.

2. Effective presentations can be made with the


HTML with the help of its all-formatting tags

3. It provides the more flexible way to design web


pages along with the text

4. Links can also be added to the web pages so it


helps the readers to browse the information of their
interest

5. You can display HTML documents on any


platforms such as Macintosh. Windows and Linux
etc.

6. Graphics, videos and sounds can also be


added to the web pages which give an extra
attractive look to your web pages.

VERSIONS OF HTML Version Year


HTML 1991
HTML 2.0 1995
HTML 3.2 1997

Page 10 of 27
HTML 4.01 1999
XHTML 2000
HTML5 2014
HTML 5.1 2016
HTML 5.2 2017

Page 11 of 27
PRACTICAL – 1
Q1. Create the basic structure of an html document.
(blank Page)

Page 12 of 27
PRACTICAL – 2
Q2.i) Create a web page with basic body attributes

Page 13 of 27
ii)Create a web page showing insertion of an image.

Page 14 of 27
PRACTICAL – 3
Q3. Create a web page for a company using text
formatting tags.

Page 15 of 27
PRACTICAL – 4
Q4 Create a webpage showing table in the following
format:
1 2 3 4 5
a b c d e
f g h i j
k l m n o
p q r s t
u v w x y
z

Page 16 of 27
Page 17 of 27
PRACTICAL – 5
Q5 Create a frameset in the following format:

Page 18 of 27
PRACTICAL – 6
Q6. Create text image as hyperlink using anchor and
marquee tag

Page 19 of 27
Page 20 of 27
PRACTICAL – 7

Page 21 of 27
Q7. Create a Registration Form

Page 22 of 27
PRACTICAL – 8

Page 23 of 27
Q8. Create a webpage inserting copyright and
trademark symbols.

PRACTICAL – 9
Page 24 of 27
Q9. Create ordered list, unordered list, menu list and
nested list?

Page 25 of 27
PRACTICAL – 10
Q.10 Show how to use different multimedia mode in a
web page?

Page 26 of 27
Page 27 of 27

You might also like