lOMoARcPSD|40664139
E commerce practical file (Arpit bhatnagar)
Applied Mathematics II (Guru Gobind Singh Indraprastha University)
Scan to open on Studocu
Studocu is not sponsored or endorsed by any college or university
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
E-COMMERCE PROJECT
(Project report submitted in the partial fulfillment of the requirement the
award for the of Bachelor of Business Administration (BBA) (Banking and
Insurance)
SUBMITTED BY:
Arpit Bhatnagar
ENROLLMENT NO: 03891101819
UNDER THE GUIDANCE OF
Ms. Prabhjot Kaur mam
SRI GURU TEGH BAHADUR INSTITUTE OF
MANAGEMENT
& INFORMATION TECHNOLOGY
(AFFILIATED TO GGSIP UNIVERSITY, DELHI)
(2019-2022)
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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. Prabhjot kaur, Faculty member, Sri Guru Tegh
Bahadur Institute Of Management And Information Technology.
.....………………..
Signature of the Scholar
Name: ARPIT BHATNAGAR
Enrollment number: 03891101819
Place: Delhi
Date: …………..
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
CERTIFICATE
This to certify that ARPIT BHATNAGAR, Enrollment no.03891101819,
BBA(B&I) student of Sri guru tegh bahadur institute of management and
information technology has done project work on “E-Commerce” under the
guidance of Ms. Prabhjot Kaur.
………………………….
(Signature of Project Incharge)
Dr. Bipasha Chaudhary
………………………….
(Signature of project guide)
Ms. Prabhjot kaur
Place: Delhi
Date:……………….
…………………………….
(Signature of the scholar)
Name: Arpit Bhatnagar
Enrollment no: 03891101819
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
ACKNOWLEDGEMENT
With profound sense of gratitude and regard, I express my sincere thanks to my
guide and mentor Ms. Prabhjot 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: ARPIT BHATNAGAR
Enrollment no: 03891101819
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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
11
Basic HTML tags
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 in 21
a web page
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
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
12 Create frameset in the following format 27
13 Create a Registration form using all form Tags 29
14 Show how to make an image as MAP 32
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
6
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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 intemet.
HISTORY
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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 Standardising 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 Technology Working Group (WHATWG), which
became a joint deliverable with the W3C in 2008, and completed and
standardized on 28 October 2014.
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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 fiexible 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.
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.
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
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>
Practical – 1
Q1) Basic HTML tags?
Step1: Basic html tags
10
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step2: OUTPUT
Practical – 2
Q2) Create a basic webpage with body attributes?
Step1: Body attributes
11
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step2: OUTPUT
Practical – 3
Q3) Create a webpage for a company showing information about the company
using formatting tags?
Step1: Formatting tags like <i><br><b></i></b> etc.
12
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step2: OUTPUT
Practical – 4
13
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Q4) Create a webpage for a company showing the usage of font tags and its all
attributes?
Step1: The usage of font tags and its all attributes.
Step2: OUTPUT
14
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 5
15
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Q5) Create a webpage for a Company showing the insertion of image?
Step1: showing image insert (img src=“ ”)
Step2: OUTPUT
16
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 6
Q6) Create a webpage for a company showing usage of marquee tag and all
attributes (scroll both image and text)?
Step1: Use of marquee tag, all attributes and scroll both image and text.
17
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step2: OUTPUT:
18
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 7
Q7) Show how to use different multimedia mode in a web page?
Step 1: showing different multimedia mode (video and audio)
19
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step 2: OUTPUT
Practical – 8
Q8) Create text and image as hyperlink using anchor tag?
20
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step1: Hyperlink using anchor tag in text and image.
Step 2: OUTPUT
Practical – 9
Q9) Create ordered list, unordered list, menu list and nested list?
21
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step1: ordered list, unordered list, menu list and nested list.
Step 2: OUTPUT
22
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 10
Q10) Create a table in the following format using column span?
A B C
D E F
G H I
J K
Step 1: using column span.
23
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step 2: OUTPUT
24
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 11
Q11) Create frameset in the following format?
Step 1: Frameset format
Step 2: OUTPUT
25
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Practical – 12
Q12) Create a Registration form using all form Tags?
Step1: Registration form
26
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step2: OUTPUT
Practical – 13
Q13) Show how to make an image as MAP?
27
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
Step1: Image as MAP
Step2: OUTPUT
28
Downloaded by Tisha Goel (tishag2005@gmail.com)
lOMoARcPSD|40664139
29
Downloaded by Tisha Goel (tishag2005@gmail.com)