E Commerce Project
E Commerce Project
E Commerce Project
1
STUDENT DECLARATION
I hereby declare that the project work entitled " E-Commerce" submitted to
the Guru Gobind Singh lndraprastha University is 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.
2
CERTIFICATE
This is to certify that ANHADPREET SINGH student of Sri Guru Tegh
Bahadur Institute of Management and Informational Technology of course
BBA(G) Batch (2023-2026), has completed her research work title “E-
COMMERCE" under my guidance and supervision. This work is genuine and
authentic.
Signature of guide
Signature of scholar
ANHADPREET SINGH
Date:
3
ACKNOWLEDEMENT
It is nearly impossible for an individual to entirely complete a project work
himself/herself. Help in some form or other is needed by everyone from others.
I am really fortunate enough to get support from my friend and faculties. I am
whole-heartedly thankful to Ms. AMANDEEP KAUR for providing me a great
opportunity to work in a great learning atmosphere and for their esteemed
guidance, persistent encouragement and deep involvement in important
discussions throughout my project work.
Signature of scholar
ANHADPREET SINGH
Enrollment No.35290201723
4
TABLE OF CONTENT
5
the web page
HTML
6
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
HISTORY
The seed for HTML was sown by IBM in the early 1980s. They wanted to set a
7
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 & quot; Berners-Lee considered HTML to be an
application of SGML Similarly, Dave Raggett’scompeting Internet-Draft,
" 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 ": 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 HTMLS in the
Web Hypertext Application Technology Working Group (WHATWG), which
standardized on 28 October 2014.
Versions of html
VERSIONS OF HTML Version Year
8
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML 5 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
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
6.Windows and Linux etc. Graphics, videos and sounds can also be added to the
web pages which
9
1.Open notepad
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>
<<HEAD>
<BODY>
</BODY>
</HTML>
PRACTICLE-1
Question1. Basic html tags?
10
INPUT-
OUTPUT
PRACTICLE-2
Question 2. Create a basic webpage with body attributes?
INPUT-
11
OUTPUT-
PRACTICLE-3
Question3. Create a webpage for a company showing the usage of font tags and
its all attributes?
INPUT-
12
OUTPUT-
PRACTICLE-4
Question 4. Create a webpage for a company showing the usage of font tags and
its all attributes?
INPUT-
13
OUTPUT-
PRACTICLE-5
Question 5. Create a webpage for a Company showing the insertion of image?
INPUT-
14
OUTPUT-
15
PRACTICLE-6
16
Question 6. Create a webpage for a company showing usage of marquee tag and
all attributes (scroll both image and text)?
INPUT-
OUTPUT-
17
PRACTICLE-7
18
Question8. Create text and image as hyperlink using anchor tag.
INPUT-
OUTPUT-
PRACTICLE-8
19
Question10. Create a table in the following form using column span?
A B C
D E F
G H I
J K
INPUT-
OUTPUT-
20
PRACTICLE-9
21
Question 11. Create frameset in the following format?
INPUT-
OUTPUT-
22
PRACTICLE-10
23
Question 12. Create a Registration form using all form tags?
Input-
OUTPUT-
24
PRACTICLE-11
25
Question 11. Create copyright and trademark symbols in the web
page?
INPUT-
OUTPUT-
26
27