You are on page 1of 3

Name: bradley emmens

World Wide Web – Key terms


World Wide Web An information system
on the internet which
allows documents to
be connected to other
documents by
hypertext links

Web Servers A web server is a


computer that runs
websites. The basic
objective of the web
server is to store,
process and deliver
web pages to users.
This
intercommunication is
done by using
Hypertext transfer
protocol

Hyperlinks A link from a


hypertext to another
location. Is activated
by clicking a
highlighted word or
image

Web Browser + 2 examples A web browser is an


application used to
access and view
websites. The most
common browser is
google and Microsoft
edge

HTML Hypertext markup


language is a set of
codes that is inserted
into a file intended for
view on the internet

HTML Element Is a type of html


document
component, one of
several types of html
nodes (there are also
text node, comment
node and others) each
element can have
html attributes
specified. Element can
also have content
including other text
and elements

HTML Software Authoring A website


development system
that allows webpages
to be visually created
like a desktop
publishing program. A
web authoring
program generates
and requires html and
JavaScript and users
can alternate between
the rendered pages

<body> Represents the


content of a html
document. There can
only be one <body> in
a document it must be
the second element in
a <html> document

<p> Represents
paragraphs.
Paragraphs are usually
represented in visual
media as blocks of
text separated from
adjacent blocks by
black lines and/or first
line indentation.

<h1> Is an html tag that


indicates the heading
on a website

</p> This closes a


paragraph

</html> This closes the html

Task:
Write some of your own code using the PowerPoint example slide as a guide.

You might also like