Basic CSS Questions and Answers
Rated A
Cascading Style Sheets ✔✔CSS
presentation ✔✔Describes the _________ of a document written in HTML
skin ✔✔If the HTML is the "skeleton" of a web page, CSS is the _______
CSS Ru
...
Basic CSS Questions and Answers
Rated A
Cascading Style Sheets ✔✔CSS
presentation ✔✔Describes the _________ of a document written in HTML
skin ✔✔If the HTML is the "skeleton" of a web page, CSS is the _______
CSS Rule ✔✔Basic building block of CSS
selector, declaration block ✔✔CSS Rule consists of a ______ and a _________
points ✔✔The selector ____ to the HTML element you would like to style
CSS Property ✔✔The specific feature of the HTML element you would like to modify using CSS
Inline Style ✔✔Using the "style" attribute inside an opening HTML tag
Inline Style ✔✔Least flexible way to implement CSS
Inline Style ✔✔May be useful for styling a single unique instance on a page
Internal Style Sheet ✔✔by using the