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
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
3
Q
describe the content layer in css box model
A
- main content of the element (image, text, etc)
4
Q
describe the padding layer in css box model
A
- space between content box and border box
5
Q
describe the border layer in css box model
A
- wraps the content and padding layer
6
Q
describe the margin layer in css box model
A
- generates space between elements
- wraps the content, padding and border layer