Web 1 CSS Flashcards

1
Q

CSS

A

Used to control a web site’s text color, background colors, borders, spacing, headers, links and positioning of elements.

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

Inline Style

A

used to apply a unique style for a single element in the HTML code

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

Internal Style

A

Used to uniquely style a single page using the style tag in the head of the HTML page

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

External Style

A

Best coding Practice | .css file changes the entire website. the link tag is used in the head of the html file

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

Cascade Order

A

controls which rule applies when there is a conflict.
Inline CSS will display when a conflict with internal or external CSS is applied
internal CSS will display when a conflict with an external CSS sheet occurs
external CSS will display if inline or internal CSS is not declared

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

Best Coding Practice

A

are a set of informal rules set by the development community

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

Usability

A

assesses how easy user interfaces are to use. The word “usability” also refers to methods for improving ease-of-use during the design process.

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

Readability

A

the ease with which a person can understand a passage of text. The complexity of your content, as well as the typographic elements used on your site.

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

Accessibility

A

is the inclusive practice of ensuring there are no barriers that prevent interaction with, or access to, websites on the World Wide Web by people with physical disabilities, situational disabilities, and socio-economic restrictions on bandwidth and speed.

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

Cross Browser Compatibility

A

If your website is not tested and debugged on different platforms and browsers, it won’t work the same on all of them.

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

Wireframe

A

is a visual prototype of a web page that focuses on content, layout, and behavior.

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

UI (User Interface) Elements

A

They add interactivity to a user interface, providing touchpoints for the user as they navigate the website. Examples: buttons, scrollbars, menu items and checkboxes

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

Site Map

A

is a list of pages of a web site.

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