css q2 Flashcards

1
Q

Allows you to specify the style and color of an elements border, in HTML we
use tables to create borders with nice effects by applying CSS.

A

Border Properties

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

10 Types of Border Properties:

A
  1. Border
  2. Border-bottom
  3. Border-bottom-color
  4. Border-bottom-style
  5. Border-bottom-width
  6. Border-color
  7. Border-left
  8. Border-left-color
  9. Border-left-style
  10. Border-left-width
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents.

A

.nav (Navigation Selection Element)

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

is used to specify a media type of css.

A

<**link rel=”stylesheet” href=”Nice.css”> **

(asterisks are not included)

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

a division or a section in an HTML document. The <div> element is often used as a container for other HTML elements to style them with CSS

A

< div> Division

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

Every website needs a navgation bar to help visitors navigate around the website.

A

.navbar (Navigation Bar)

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

it is an instruction to the web browser about what version of HTML the page is written in.

A

<!doctype> declaration

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

matches when the user interacts with an element with a pointing device, but does not necessarily activate it.

A

hover

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

property places an element on the left or right side of its container, allowing text and inline elements to wrap around it.

A

float

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

matches every element that is the nth child, regardless of type, of its parent.
Example: Rain Bow:

A

nth-child-selector

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

rule is used to define the behavior of one cycle of a CSS animation.

A

@keyframes animateat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • are similar to transitions in that they change the presentational value of CSS properties over time
A

Animation

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

level the transparency describes -level.

A

opacity

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

it include to create web elements for buttons, menus, pages, link, graphics.

A

Front End Elements

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

A navigation flowchart (or sitemap) organizes how you are going to guide visitors through your material.

A

Navigation Structure

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

is the part of graphic design that deals in the arrangement of visual elements on a page.

A

Page Layout

17
Q

is some visual representation of your business, and it’s a must for any starting website.

A

Logo

18
Q

An image is a picture that has been created or copied and stored in electronic form.

A

Images

19
Q

is encountered as part of the user experience on websites, it may include, among other things: text, images, sounds, videos and animations.

A

Contents

20
Q

is the process of visual communication, photography, and illustration.

A

Graphic Design

21
Q

back end of a website consists of a server, an application, and a database. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website.

A

Back End Elements