Save
Yr10
Computing
Web design and development
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Amina Matiza
Visit profile
Cards (15)
HTML
(
Hypertext Markup Language
) - used to
create
structure
and layout of webpages
HTML
Programming Language used to build the
structure
of a webpage
View source
JavaScript
Programming Language used to add interactivity and
dynamic elements
to a
website
View source
HTML
is the standard
markup language
for creating Web pages
View source
HTML
is used to build structures of Web
pages
View source
HTML Elements
The individual components/building blocks of HTML
pages
View source
HTML Tags
These are used to
represent
the
HTML
elements.
They generally
occur
in
pairs
around the content.
View source
HTML
Attributes
These give
further
information
to
elements.
For example href can be used to define the reference of a hyperlink
View source
HTML Element
<a href="contactUs.html"> Click Here</a>
View source
Common HTML Elements and Tags
Paragraph
Heading 1
Heading 2
Heading 3
Anchor (Hyperlink)
View source
A
hyperlink
is a piece of
text
,image or hot post
on
an
image
which when
clicked
will
bring
the user to
another
webpage
or another
location
on the
same
webpage
View source
Target Audience
The demographic
group
who will be the
primary
users
of the
application
View source
What can Demographics include
Age
Gender
Interests
Reasons
for using the
App
View source
Factors of your User Interface to consider for the Target Audience
Colour
Scheme
Level
of
Language
Functionality
Range
of
multimedia
Features
View source
CSS
(
Cascading Style Sheets
) - used to add style, color, font size, etc.