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

HTML mindmap

The document outlines the basic structure of an HTML webpage, detailing the roles of various tags such as Head, Body, Title, and others. It explains the content layer, behavior layer, and presentation layer, emphasizing how HTML, CSS, and scripting languages like JavaScript are used to create and style web pages. Additionally, it highlights the importance of comments for code clarity and the use of various formatting tags like bold, italic, and hyperlinks.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

HTML mindmap

The document outlines the basic structure of an HTML webpage, detailing the roles of various tags such as Head, Body, Title, and others. It explains the content layer, behavior layer, and presentation layer, emphasizing how HTML, CSS, and scripting languages like JavaScript are used to create and style web pages. Additionally, it highlights the importance of comments for code clarity and the use of various formatting tags like bold, italic, and hyperlinks.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like