E Commerce Prabhjas Singh Bba B&i

You might also like

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

E-COMMERCE PROJECT

(Project report submitted in the partial fulfillment of the


requirement the award for the of Bachelor of Business
Administration)

SUBMITTED BY:
PRABHJAS SINGH

ENROLLMENT NO: 35420901823

UNDER THE GUIDANCE OF


MS. AMANDEEP KAUR

SRI GURU TEG BAHADUR INSTITUTE OF


MANAGEMENT & INFORMATION TECHNOLOGY
(AFFILIATED To GGSIP UNIVERSITY, DELHI)
(2021-2024)

1
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: Prabhjas Singh

Enrollment number: 35420901823

Place: Delhi

Date: …………..

2
CERTIFICATE
This to certify that Prabhjas Singh, enrollment no. 35420901823, 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)

Mrs. Amandee kaur

Place: Delhi

Date: ……………….

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

(Signature of the scholar)

Name: Prabhjas Singh

Enrollment no:
3
35420901823

4
ACKNOWLEDGEMENT

With profound sense of gratitude and regard, I express my sincere thanks to my


guide and mentor Ms. Amandee 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: Prabhjas Singh

Enrollment no: 35420901823

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
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 17
the 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
9 Create text and image as hyperlink using 22
anchor tag

6
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 Show how to make an image as MAP 32

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 intemet.

8
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 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" 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 &quot: 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

9
a joint deliverable with the W3C in 2008, and completed and standardized on 28
October 2014.

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.

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

11
PRACTICAL-1
Q1. Basic html Tags?

12
PRACTICAL-2

Q2) Create a basic webpage with body attributes?

13
PRACTICAL-3

Q3) Create a webpage for a company showing information about the company
using formatting tags?

14
15
PRACTICAL-4

Q4) Create a webpage for a company showing the usage of font tags and its all
attributes?

16
17
PRACTICAL-5

Q5) Create a webpage for a Company showing the insertion of image?

18
19
PRACTICAL-6

Q6) Create a webpage for a company showing usage of marquee tag and all
attributes (scroll both image and text)?

20
21
PRACTICAL-7

Q7. Show how to use different multimedia mode in a web page?

22
PRACTICAL-8

Q8) Create text and image as hyperlink using anchor tag?

23
PRACTICAL-9

Q9. Create ordered list, unordered list, menu list and nested list?

24
25
PRACTICAL-10
Q10. Create a table in the following format using column span?

A B C
D E F
G H I
J K

26
27
PRACTICAL-11
Q11. Create frameset in the following format?

28
29
PRACTICAL-12
Q12. Create a Registration form using all form Tags?

30
31
32
33
34

You might also like