One of the basic tags
used where whatever
HTML
coded within the tags
are considered HTML
Whatever conditions
that apply to the whole
webpage or scripts that
Head are attached are done
here. For example
stylings such as
background color
This is where all the
Body
coding is done
The title of the webpage
that labels the page on
the top left of the web
Title
browser. Remember its
coded inside the HEAD
tags.
Remember! whatever
Basic heading tags, H1
we learn in IGCSE does
Headings is the largest, decreases
not go in the script!
in size.
only inside the body.
Paragraphs To type paragraphs
Used to separate one
Breaks paragraph from
This involves the layer another
which people look at in
a webpage. This
Content layer includes images, text.. HTML Includes
This basic structure of
the page is created
using HTML Bold Used to bold text
Itallic Italic text
Allow to have links that
Hyperlink
direct to websites
Table
Underline
To create text that is
not used in output or
any function. It is used
Comments
for coders to
understand what the
part of the code does
Images
Videos
Audio
This is where coding
from other
programming
Script
languages are done.
Basically The
BEHAVIOUR LAYER is
managed here
Remember! The
HTML This involves how an
scripting layer is mostly
action or input is
programmed in another
supposed to react or
Behaviour layer programming language
give a response. This is (Scripting language).
done in the scripting For example - C++,
layer.
Javascript
The display and format
of a webpage is given
Presentation layer by this layer. Styling
and layouts are done in
this layer using CSS