Web Design with Client Side Scripting [MOD3] Flashcards

Review

1
Q

It is the style sheet language used for describing the presentation of a document written in a markup language in HTML.

A

CSS (Cascading Style Sheets)

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

What are the types of CSS Styles

A

External, Internal and Inline Stylesheet

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

It is an algorithm that defines how the combine property values originating from different sources.

A

Cascading Order

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

These are patterns used to select the element(s) you want to style.

A

CSS Selectors

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

They are used in stylesheet dictates how a certain aspect of the selector will be changed visually.

A

CSS Properties

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

What are the types of CSS values.

A

Numeric, Percentage, Colors and Function Values

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

This holds the theme of the website, and there are a vast amount of possibilities when designing a website background.

A

Background in Web

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

This sets all the background properties in one declaration.

A

Background

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

This sets the background color of an element.

A

Background-Color

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

This sets the background image for an element

A

Background-Image

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

This sets how a background will be repeated

A

Background-Repeat

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

This specify the size of a background image with “auto” and in pixels.

A

Background-Size

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

This sets the starting position of a background image.

A

Background-Position

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

It is an art and technique of arranging type of make written language legible, readable, and appealing when displayed.

A

Typography

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

It used to guide the reader’s eye to whatever is most important.

A

Hierarchy

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

It is the space between lines of text, also known as line spacing.

17
Q

It is the overall space between characters, sometimes called character spacing.

18
Q

It is the space between specific characters. Unlike tracking, it varies over the course of the word.

19
Q

It pertains to the style of lettering used in various media such as print and web.

20
Q

What are the factors that affect fonts?

A

Font Size, Font-Style, Font-Color, Text-Alignment, Text-Margins and Text Spacing

21
Q

This is a group of similar typefaces.

A

Font Family

22
Q

It is a set of rules that defines how every elements in a web page is rendered.

23
Q

What are the structure of box model?

A

Width, Height, Padding, Border and Margin

24
Q

This simply the width of an element, the amount of space an element takes from left to right.

25
It is also the size of an element, but in the vertical direction.
Height
26
It is the space between your content and border which plays important roles in the visual design of elements.
Padding
27
It lets us put a border around our main content which can specified in terms of the style, width and color.
Border
28
It is very important in terms of creating a page layout, positioning element and creating whitespace between elements.
Margin
29
It is the most important aspect of a website is its page's layout as it decides the overall visual appeal as perceived by the viewers.
Website Layout
30
What are the common page layout techniques
Static, Liquid, Adaptive and Responsive
31
It uses a preset page size and does not change based on the browser width.
Static Layout
32
It uses relative units instead of fixed units.
Liquid Layout
33
It uses CSS media queries to detect the width of the browser and alter the layout accordingly.
Adaptive Layout
34
It uses both relative units and media queries, ostensibly combining the ideas of a liquid layout and an adaptive layout.
Responsive Layout
35
It is an aspect of a website is its page's layout as it decides the overall visual appeal as perceived by the viewers.
Website Layout
36
It is visible at the top of every page on the site.
Header
37
It may be information complementing the main content, information shared among a subset of pages.
Sidebar
38
It has the biggest region it contains most of the contents of the page which is normally unique to the current page.
Main Content
39
It is visible at the bottom of every page on the site.
Footer