09 Web Development Flashcards

1
Q

what is web authoring

A

the practice of creating web pages and documents using specialised software and tools that generate HTML and CSS

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

what is the css box model (diagram)

A
  • the css box model was created by the world wide web consortium.
  • it describes all the elements of a webpage, as rectangular boxes
  • there are four potential layers.
    - content area
    - margin
    - border
    - padding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

describe the content layer in css box model

A
  • main content of the element (image, text, etc)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

describe the padding layer in css box model

A
  • space between content box and border box
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

describe the border layer in css box model

A
  • wraps the content and padding layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

describe the margin layer in css box model

A
  • generates space between elements
  • wraps the content, padding and border layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly