Which Of The Following Symbols Terminates A Style Declaration
Question: Explain selectors and declarations
Answer: CSS rules are comprised of selectors and declarations
Question: Explain inline
Answer: CSS is coded in the body of the web page as an attribute of an HTML tag
Question: What can be used as a CSS selector?
Answer: HTML element, class name, ID name
Question: Know how to correctly configure span elements with red (#FF0000) text.
Answer: span {color:#FF0000;}
Question: Know how to apply a style to one or more elements on a web page using CSS.
Answer: configure a CSS class
Question: What type of file extension does External Style Sheet use?
Answer: CSS
Question: Know what takes precedence: external or internal styles.
Answer: Inline
Question: Know what takes precedence: embedded or external styles.
Answer: Embedded
Question: What type of selector is specified by placing a # symbol in front of the selector?
Answer: ID
Question: Know correct vs. incorrect CSS syntax.
Answer: p {color:#000000; }