CSS Flashcards
what is css
a style sheet language that is used to style webpages
what is a css rule or rule set
a statement that tells browsers how to render particular elements on an web page
what is css used for
styling web pages
what file extension does a css file have
.css
what is an inline style sheet
styles that are embedded right within the html code they affect
what is an internal style sheet
styles that are placed within the header information of the web page, and then affect all corresponding tags on a single page
what is an external style sheet
styles that are coded in a separate document
what is a css ruleset
a set of declarations
what is a css declaration
a property and value pair
what is a declaration enclosed in
curly braces
what separates a css property and value in a declaration
a colon
what ends a css declaration
a semicolon
what is css padding
the space between the content of the element and its border
what is css margin
the space outside an elements border
what three different ways can colour in css be represented
rgb, hex code, hsl and keywords