Web Design & Development Flashcards

1
Q

HTML

A

Hypertext Markup Language a programming language used to create the content and basic structure of a web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CSS

A

Cascading Stylesheets are used to define the way the web page will look.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Javascript

A

Javascript code provides interactivity to web pages not achievable with simple HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

head

A

Contains information relating to the whole page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

title

A

Text to be displayed in the browser tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

body

A

Start of the page content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

h1 to h6

A

Used for headings and sub-headings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

p

A

Spaces out a paragraph of text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DIV

A

Divides the HTML code into sections for formatting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

link

A

Provides a link to an external file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a

A

The anchor tag, used with href attribute to display text on the page that provides a hyperlink to another document or web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

IMG

A

Used with src attribute to display an image from specified file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

audio

A

Embeds sound content from an audio file on the web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

video

A

Embeds video content from a video file on the web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ol

A

Indicates the start of a numbered list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ul

A

Indicates the start of a bulleted list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

li

A

Identifies each element in a list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

style

A

Indicates internal style sheet formatting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

script

A

Indicates Javascript code

20
Q

Internal Hyperlink

A

Links to a page within the website

21
Q

External Hyperlink

A

Links to a page on another website

22
Q

Relative Addressing

A

Uses the short or local filename of a page or file,eg, sport.html

23
Q

Absolute Addressing

A

Uses the full filename path of a page or file, eg, http://www.bbc.co.uk/sport.html

24
Q

External style sheet

A

Formatting styles stored in a separate .css file which can be accessed by multiple web pages using the tag in the HEAD section

25
Internal style sheet
Formatting styles defined within the HEAD section using the tag and accessible only by that web page
26
Inline style
Formatting styles within the HTML code using the style attribute on any tag
27
text-family
Style property used to change the font of the text
28
text-size
Style property used to change the size of the text
29
color
Style property used to change the colour of the text
30
text-align
Style property used to change the position of the text
31
background-color
Style property used to change the colour behind the text
32
CSS selector
The part of the CSS rule used within the HTML code to indicate the styles to be used
33
CSS ID
Identified by # and a given name, are unique to one element on the web page
34
CSS CLASS
Identified by . and a given name, can be used on multiple elements on the web page
35
onmouseover
Javascript event which occurs when the cursor is hovered over an element on the web page
36
onmouseout
Javascript event which occurs when the cursor is moved away from an element on the web page
37
End user
the group of people most likely to use a website.
38
Examples of end users
young children, inexperienced users, expert users etc.
39
End user requirements
Tasks the end users of the web site need to be able to do identified during the Analysis stage
40
Functional requirements
What the website should do and the processes it will provide for users identified during the Analysis stage
41
Navigation
Describes how the pages within the web site are linked to each other
42
Wireframe
Created during the design stage to show the visual layout of a web page
43
Low fidelity prototype
Hand drawn or basic version of the website which allows the end-user to provide early feedback during the design stage
44
Consistency within a website
Pages within a web site showing similar design features in the use of text, layout, colours and navigation
45
Copyright Designs and Patents Act(1998)
Law which makes it illegal to publish a web page containing copyright multimedia material unless permission has been given for its use