Map Development Area (MDA)
Location:
_/_
markup
_/_
css
_/_
css
| Cascading Style Sheets, CSS |
|
|
Types:
|
-
Comment:
-
can be specified inside a single HTML element (inline) -- inside the element of an HTML page (embedded) -- or in an external CSS file (linked) -- can be mixed
-
Comment:
-
document may use one, two or more style sheets -- applied according to specified priorities (= cascade)
-
advantage
-
content of HTML documents are clearly separated from the document's presentation layout
-
Comment:
-
W3C created STYLES in addition to HTML 4.0 -- define HOW to display elements
-
Comment:
-
consists of rules which defines how element should be displayed -- has two parts: selector and declaration
-
Comment:
-
associating style elements to documents
-
Comment:
-
changes rendering information for document elements -- for any structured document format (XML, HTML...)
|
|
|