WEB DESIGN AND DEVELOPMENT 1 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what should you consider when designing a website

A
  • who is going to use the website
    -what is the purpose of the webpage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a functional requirement

A

things that the website must have

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

end user requirement

A

The people who will be using the website. Tasks that the end users expect to be able to do – end user requirements ​

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

INTERNAL HYPERLINKS

A

Uses relative addressing to take user to a new location on the same page

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

EXTERNAL HYPERLINKS

A

Uses absolute addressing to take user to different page on different website.

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

site maps

A

the way a website can be naviagated

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

wireframes

A

a paper copy of the website basic structure minimum amount of text with no images

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

head section

A

The top part of a web page – limited tags <title> and <link></link> tags. Stuff doesn't appear on the webpage​</title>

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

body section

A

This is where the content of the webpage is stored. ​

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

CSS

A

Stands for Cascading Style Sheets – is used to style webpages. 3 types: ​

External (stored on another file and keeps everything consistent) ​

Internal (stored in the head seaction) ​

Inline (on the line of the element you want to style) ​

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

LISTS AND CODE USED

A

Unordered lists <ul> ​

Ordered lists <li> ​

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

HTML

A

Hyper text markup language – used to create webpages

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

Javascript

A

Brings interactivity to webpage​

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

absolute addressing

A

https://glow.co.uk

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

relative addressing

A

/dogs.html

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