E-COMMERCE PROJECT
(Project report submitted in the partial fulfillment
of
the requirement the award for the of Bachelor of
Business
Administration)
SUBMITTED BY: HARGUN
SINGH
ENROLLMENT NO: 35290201823
UNDER THE GUIDANCE OF MS.
AMANDEEP KAUR
SRI GURU TEGH BAHADUR INSTITUTE OF
MANAGEMENT & INFORMATION
TECHNOLOGY (AFFILIATED To
GGSIP UNIVERSITY, DELHI)
1
(2023-2026)
2
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, Assistant
Professor, Sri Guru Tegh Bahadur Institute of Management and Information
Technology.
.....………………..
Signature of the Scholar
Name: Hargun Singh
Enrollment number:
35290201823
Place: Delhi
Date:
…………..
3
CERTIFICATE
This to certify that HARGUN SINGH, enrollment no. 35290201823, BBA
(B&I) student of SRI GURU TEGH BAHADUR INSTITUE OF
MANAGEMANT AND INFORMATION TECHNOLOGY has done project
work on “E-Commerce” under the guidance of Ms. AMANDEEP KAUR.
………………………….
(Signature of project
guide)
Ms. AMANDEEP KAUR
Place:
Delhi
Date: ……………….
…………………………….
(Signature of the scholar)
Name: HARGUN SINGH
Enrollment no: 35290201823
4
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.
………………………
Signature of the
scholar
Name: HARGUN
SINGH
Enrollment no: 35290201823
5
TABLE OF CONTENT
S.NO CHAPTER PAGE
NUMBER
1. 1) Introduction to HTML with:
7
1.1 History
1.2 Versions
1.3 Features
1.4 Step to create a document with the help
of example
2 Basic HTML tags 11
3 Create a basic webpage with body attributes 12
4 Create a webpage for a company showing
13
information about the company using
formatting tags
5 Create a webpage for a company showing the 15
usage of font tags and its all attributes
6 Create a webpage for a Company showing the 17
insertion of image
7 Create a webpage for a company showing 19
usage of marquee tag and all attributes
8 Show how to use different multimedia mode 21
in a web page
6
9 Create text and image as hyperlink using 22
anchor tag
10 Create ordered list, unordered list, menu list 23
and nested list
11 Create a table in the following format using 25
column span
12 Create frameset in the following format 27
13 Create a registration form using all form Tags 29
14 Create a copyright and trademark 30
7
HTML
Hypertext Mark-up Language (HTML) Is the standard mark up for documents
designed to be displayed in a browser. 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 the appearance of the document.
HTML is a mark- up language that web browsers use to interpret and compose
text, images, and other material into visual or audible web pages
The first publicly available description of HTML was a document called
"HTML Tags". first mentioned on the Internet by Tim Berners-Lee in late
1991. It describes 18 elements comprising the initial, relatively simple design
of HTML. Except for the hyperlink tag these were strongly influenced by
SGMLguid, an in- house Standard Generalized Mark-up Language (SGML)-
based documentation format at CERN. Eleven of these elements still exist in
HTML 4
HTML is an SGML application for marking up documents for inclusion in
the World Wide Web. SGML is a set of standards posed by World Wide
Web consortium (W3C) for all mark-up languages to follow.HTML allows:
□ Documents publishing to the internet in a platform independent format
□ Creating links to related works for your document.
□ El Inclusion of graphics and multimedia data with your document,
□ Link to the non www information resources on the intenet.
7
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 "e: HTML Tags" Berners-Lee considered HTML to be an
application of SGML Similarly, Dave Raggett'scompeting Internet-
Draft, " HTML (Hypertext Mark-up Format)", 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 ": HTML 2.0",
the first HTML 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
1
Technology Working Group (WHATWG), which became a joint deliverable
with the W3C in 2008, and completed and standardized on 28 October 2014.
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,
and completed and standardized
on 28 October 2014.
`\
2
Versions of HTML
VERSIONS OF HTML Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
HTML 5.1 2016
HTML 5.2 2017
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.
3
STEPS TO CREATE A DOCUMENT
1. Open notepad
2. Create a new document. Go to Notepad Menu, File > New.
3. Write the HTML code or program.
4. Save the file (File > Save) to the desktop with a html tension
5. Open the html file (it should open in your default browser)
FOR EXAMPLE:
<HTML>
<HEAD>
<TITLE> THIS IS A TITLE </TITLE>
</HEAD>
<BODY>
<P> HELLO WORLD! </P>
</BODY>
</HTML>
4
PRACTICAL-1
Q1. Basic html Tags?
5
PRACTICAL-2
Q2) Create a basic webpage with body attributes?
6
PRACTICAL-3
Q3) Create a webpage for a company showing information about the company
using formatting tags?
7
8
PRACTICAL-4
Q4) Create a webpage for a company showing the usage of font tags and its all
attributes?
9
10
PRACTICAL-5
Q5) Create a webpage for a Company showing the insertion of image?
11
12
PRACTICAL-6
Q6) Create a webpage for a company showing usage of marquee tag and all
attributes (scroll both image and text)?
13
14
PRACTICAL-7
Q7. Show how to use different multimedia mode in a web page?
15
PRACTICAL-8
Q8) Create text and image as hyperlink using anchor tag?
16
PRACTICAL-9
Q9. Create ordered list, unordered list, menu list and nested list?
17
18
PRACTICAL-10
Q10. Create a table in the following format using column span?
A B C
D E F
G H I
J K
19
20
PRACTICAL-11
Q11. Create frameset in the following format?
21
22
PRACTICAL-12
Q12. Create a registration form using all form tags?
23
24
25
Practical no.-13
Question: Create a web page showing trademark and copyright symbols.
26
27