0% found this document useful (0 votes)
46 views8 pages

How Do The Websites Actually Work

Websites use HTML to define the structure of web pages, CSS to style and lay out elements, and JavaScript to add interactivity. HTML, CSS, and JavaScript files are linked together, with HTML providing content, CSS describing presentation, and JavaScript handling behavior. The server hosts these files so web browsers can request and display them to users on local machines.

Uploaded by

ankush
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views8 pages

How Do The Websites Actually Work

Websites use HTML to define the structure of web pages, CSS to style and lay out elements, and JavaScript to add interactivity. HTML, CSS, and JavaScript files are linked together, with HTML providing content, CSS describing presentation, and JavaScript handling behavior. The server hosts these files so web browsers can request and display them to users on local machines.

Uploaded by

ankush
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

How do the

Websites Work?
Server

Local Machine
Local Machine Server
(HTML) Hyper Text Markup Language

HTML is the standard markup


language for creating Web pages
HTML describes the structure of a
Web page
HTML consists of a series of elements
HTML elements tell the browser how
to display the content
(CSS) Cascading Style Sheets

CSS describes how HTML elements


are to be displayed on the screen,
paper, or in other media
CSS saves a lot of work. It can control
the layout of multiple web pages all
at once
(JS) JavaScript

JavaScript, often abbreviated JS, is a


programming language that is one
of the core technologies of the World
Wide Web, alongside HTML and CSS.
It is a lightweight, interpreted, or just-
in-time compiled programming
language with first-class functions.
index.html

style.css

script.js

You might also like