E Commerce
E Commerce
(2023-2026)
Page 1 of 27
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
Page 2 of 27
CERTIFICATE
guide)
Page 3 of 27
ACKNOWLEDGEMENT
Page 4 of 27
Page 5 of 27
S.NO CHAPTER PAGE NUMBER
1. Introduction to HTML with: 6-10
History
Versions
Features
Page 6 of 27
HTML
HyperText Markup Language or HTML is the standard
markup language for documents designed to be displayed
in a web browser. It defines the content and structure of
web content. It is often assisted by technologies such
as Cascading Style Sheets (CSS) and scripting
languages such as JavaScript.
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
its appearance.
HTML elements are the building blocks of HTML pages.
With HTML constructs, images and other objects such
as interactive forms may be embedded into the rendered
page. HTML provides a means to create structured
document by denoting structural semantics for text such
as headings, paragraphs, lists, links, quotes, and other
items. HTML elements are delineated by tags, written
using angle brackets. Tags such
as <img> and <input> directly introduce content into the
page. Other tags such as <p> and </p> surround and
provide information about document text and may include
sub-element tags. Browsers do not display the HTML tags
but use them to interpret the content of the page.
Page 7 of 27
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.
Page 9 of 27
FEATURES
Page 10 of 27
HTML 4.01 1999
XHTML 2000
HTML5 2014
HTML 5.1 2016
HTML 5.2 2017
Page 11 of 27
PRACTICAL – 1
Q1. Create the basic structure of an html document.
(blank Page)
Page 12 of 27
PRACTICAL – 2
Q2.i) Create a web page with basic body attributes
Page 13 of 27
ii)Create a web page showing insertion of an image.
Page 14 of 27
PRACTICAL – 3
Q3. Create a web page for a company using text
formatting tags.
Page 15 of 27
PRACTICAL – 4
Q4 Create a webpage showing table in the following
format:
1 2 3 4 5
a b c d e
f g h i j
k l m n o
p q r s t
u v w x y
z
Page 16 of 27
Page 17 of 27
PRACTICAL – 5
Q5 Create a frameset in the following format:
Page 18 of 27
PRACTICAL – 6
Q6. Create text image as hyperlink using anchor and
marquee tag
Page 19 of 27
Page 20 of 27
PRACTICAL – 7
Page 21 of 27
Q7. Create a Registration Form
Page 22 of 27
PRACTICAL – 8
Page 23 of 27
Q8. Create a webpage inserting copyright and
trademark symbols.
PRACTICAL – 9
Page 24 of 27
Q9. Create ordered list, unordered list, menu list and
nested list?
Page 25 of 27
PRACTICAL – 10
Q.10 Show how to use different multimedia mode in a
web page?
Page 26 of 27
Page 27 of 27