Q2 CSS Flashcards
it is known as Cascading Style Sheet used to aesthetically design you website
CSS
is the structure of statements in a computer in CSS
CSS Syntax
known as the target of the format
selector
starts and ends with { } contains all the declarations for css
declaration block
these contains the property and value, both separated with : while they are separated with ;
declaration
the style attribute you want to change (ex. color, background-color, font-size etc.)
property
it is the value of the property
it is the value of the property
this symbol is used for assignment in css
:
this symbol is used to separate values
;
it is a way of applying CSS wherein the style rule is located on the tag itself through the use of style attribute
Inline Style
It is a way of applying CSS wherein the style rule is located inside the HTML document using the style tag (<style>)</style>
Internal Style
It is a way of applying CSS wherein the style rule is found on a separate .css.fileterm-12
External Style
used to represent all elements in the web document
Universal selector
targets every element
element selector
used to target any html element having a class attribute
class selector