0% found this document useful (0 votes)
23 views

E-Commerce Website Using HTML & CSS Nishant Sec D

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

E-Commerce Website Using HTML & CSS Nishant Sec D

Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

E-COMMERCE WEBSITE USING

HTML & CSS


Submitted by :-Nishant Chaudhary
Submitted to:-Mrs. Geetika mam
Course:-BCA
Section :-D
Roll no :-56
TOPICS WE WILL
C OVER
1.WHAT IS A WEBSITE

2. WEB DEVELOPMENT

3. WEB DEVELOPERS

4. FRONT-END DEVELOPMENT

5. BACK-END DEVELOPMENT

6. HTML,CSS, JAVASCRIPT.

2
W H AT I S A W E BS I T E ?

A website is a collection of many web


pages, and web pages are digital files that
are written using HTML(Hyper Text Markup
Language). To make your website available
to every person in the world, it must be
stored or hosted on a computer connected
to the Internet round a clock. Such
computers are known as a Web Server.

3
WEBS I TE DE VELOP M ENT
1. Web development can simply be defined as the building and
maintenance of websites for hosting via the internet or the
intranet (a private network).

2. It's all about creating web pages (websites) or applications


(such as Amazon or Facebook) that run in a web browser. Web
development often involves learning several programming
languages, frameworks, databases, etc. as different websites
and apps use different technologies and have different
functionalities.

4
WEB DE VELOP ER
A WEB DEVELOPER IS A KIND OF
PROGRAMMER WHO SPECIALIZES IN THE
DEVELOPMENT OF APPLICATIONS RELATING
TO THE WORLD WIDE WEB​​

5
F R O N T- E N D
DEVELOP ME NT
• Front-end web development. also
known as client-side development is
the practice of producing HTML, CSS
and JavaScript for a website or Web
Application so that a user can see
and interact with them directly.

• The objective of designing a site is


to ensure that when the users open
up the site they see the information
in a format that is easy to read and
relevant
BACK END
DEVELOP ME NT
• Back end development
refers to the server side of
an application and
everything that
communicates between the
database and the browser.

• Java, PHP, Ruby on Rails,


Python, and Net

7
H T M L ( H Y P E RT E X T M A R K U P L A N G U A G E )

OVERVIEW:-

• Hypertext Markup Language (HTML) is the standard markup language for creating
web pages and web applications.

• 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. 1 <!doctype html> 2 chtal> 37 <head> 4 <meta
charset="UTF-8"> 5 <title>Untitled Document</title> 6 </head> 71 8 <body> 9

8
P R O J E C T D E TA I L S
This is the scree shot of
a minor project of mine
of
HTML work place. Me
(Nishant Chaudhary )
created this project .

PITCH DECK 9
CSS(CASCADING STYLE SHEETS)

Cascading Style Sheets (CSS) is a


style sheet language used for
describing the presentation of a
document written in a markup
language like HTLML.

CSS is designed to enable the


separation of presentation and
content, including layout, colors, and
fonts

10
J AVA S C R I P T
A high-level, interpreted programming
language.. It is a dynamic language.
JavaScript enables interactive web pages
and is an essential part of web
applications. The vast majority of websites
use it, and major web browsers have a
dedicated JavaScript engine to execute it.
function quickSortlitens, left, right) var
index if (items.length > 1 left typeof left
number 70: left; right typeof right number
7 items, legt: right; index partition(items,
left, right): if (left index- quickSortlitens,
left, index-11 if (index right) ( 10
quickSort(items, index, right); } return
11
THANK YOU

12

You might also like