E Commerce Project

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 27

E-COMMERCE PROJECT

SUBMITTED IN THE PARTIAL FULFILMENT FOR


THE AWARD OF THE DEGREE OF BACHELOR OF
BUSINESS ADMINISTRATION (2023-2026)

Under the guidance of


Ms. AMANDEEP KAUR
Submitted by:
ANHADPREET SINGH

BBA(G) 2nd Semester

Enrollment No. 35290201723

SRI GURU TEGH BAHADUR INSTITUTE OF


MANAGEMENT OF INFORMATION TECHNOLOGY
( Affiliated to Guru Gobind Singh Indraprastha University, Delhi)

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.

(Signature of the Scholar)

Name: ANHADPREET SINGH

Enrollment No: 35290201723

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

Ms. AMANDEEP KAUR

Signature of scholar

ANHADPREET SINGH

Place: New Delhi

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.

It is from her I discovered the 'art of thinking', technically anything and


everything. I aspire her achievements to be my strong and certain long term
goals.

Signature of scholar

ANHADPREET SINGH

BBA(G) 2nd Semester

Enrollment No.35290201723

4
TABLE OF CONTENT

S.NO CHAPTER PAGE NO.


1 1) Introduction of HTML with: 7-10
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 webpage with body attribute 12
4 Create a webpage for a company showing 13-14
the usage of font tags and its all attributes
5 Create a webpage for a company showing 15-16
the insertion of image
6 Create a webpage for a company showing 17-18
usage of marquee tag and all attributes
(scroll both image and text)
7 Create text and image as hyperlink using 19
anchor tags
8 Create a table in the following format using 20-21
column span
9 Create frameset in the following format 22-23
10 Create a registration form using all form tags 24-25
11 Create copyright and trademark symbols in 26

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

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
SGML guid, an 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:
O Documents publishing to the internet in a platform independent format
O Creating links to related works for your document.
O El Inclusion of graphics and multimedia data with your document,
O Link to the non www information resources on the intemet.

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
&quote: 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 &quot: HTML 2.0&quot,, 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

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.

6.Windows and Linux etc. 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

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

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

You might also like