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.

A

Leading

17
Q

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

A

Tracking

18
Q

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

A

Kerning

19
Q

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

A

Font

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.

A

Box Model

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.

A

Width

25
Q

It is also the size of an element, but in the vertical direction.

A

Height

26
Q

It is the space between your content and border which plays important roles in the visual design of elements.

A

Padding

27
Q

It lets us put a border around our main content which can specified in terms of the style, width and color.

A

Border

28
Q

It is very important in terms of creating a page layout, positioning element and creating whitespace between elements.

A

Margin

29
Q

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.

A

Website Layout

30
Q

What are the common page layout techniques

A

Static, Liquid, Adaptive and Responsive

31
Q

It uses a preset page size and does not change based on the browser width.

A

Static Layout

32
Q

It uses relative units instead of fixed units.

A

Liquid Layout

33
Q

It uses CSS media queries to detect the width of the browser and alter the layout accordingly.

A

Adaptive Layout

34
Q

It uses both relative units and media queries, ostensibly combining the ideas of a liquid layout and an adaptive layout.

A

Responsive Layout

35
Q

It is an aspect of a website is its page’s layout as it decides the overall visual appeal as perceived by the viewers.

A

Website Layout

36
Q

It is visible at the top of every page on the site.

A

Header

37
Q

It may be information complementing the main content, information shared among a subset of pages.

A

Sidebar

38
Q

It has the biggest region it contains most of the contents of the page which is normally unique to the current page.

A

Main Content

39
Q

It is visible at the bottom of every page on the site.

A

Footer