CHAPTER- 5
CASCADING
STYLE SHEETS (CSS)
DYNAMIC WEB
PAGE-
A dynamic web page is a web page that
displays different content each time it’s viewed. E.g., the page may change
with time of the day, the user the user that can access the webpage, or the
type of webpage, or the type of user interaction.
STYLE SHEET- a Style Sheet is a file containing
formatting guidelines that define overall look of a document.
CSS RULE/STYLE- a CSS
rule/style is a single statement in a single sheet that identifies what should
be styled(the selector)and how those style should be applied(the declaration).
A list of many CSS rules makes a style sheet.
Comments
Post a Comment