CS401A's Prelim: Fundaments of Web Prog. Module 03 Flashcards

For preliminary and final exams.

1
Q

supplies the style. As HTML provides the structure of the webpage,

A

Cascading Style Sheet (CSS)

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

which allows animations, more visual effects, and more support for layout features

A

CSS3,

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

They are also the two (2) fundamental languages for making modern websites,

A

HTML (HyperText Markup Languagel and CSS (Cascading Style Sheet)

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

is used to change the look and user experience of a webpage by targeting HTML elements and applying different styles

A

CSS (Cascading Style Sheet)

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

part of CSS means that styles are applied in the order they are encountered in the browser.

[from the top of the style sheet to the bottom]

A

The “cascading”

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

A collection of these code statements is called a
which can be stored in the HTML document they apply to or in separate text files.

A

style sheet

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

which is a specific HTML element to be styled with CSS.

A

selector,

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

includes the property, and the value, and ends with a semicolon.

A

The declaration

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

There are two (2) primary approaches to adding CSS to any webpage:

A

as an internal style sheet in the HTML document and
as an external style sheet in a separate file.

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

Internal Style Sheet

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

External Style Sheet

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

It can have the biggest impact on the general design of the website.

A

Styling Text

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

Sizing Text

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

Formatting Text

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

font-weight

17
Q
A

font-style

18
Q
A

text-decoration

19
Q
A

text-align

20
Q
A

Adding Colors