Question: HTML Tutorial 2 Getting Started with CSS HTML and CSS REVIEW Session 2.1 Quick Check 1. What are inline styles, embedded styles, and external style

Tutorial 2 Getting Started with CSS HTML and CSS REVIEW Session 2.1 Quick Check 1. What are inline styles, embedded styles, and external style sheets? Which would you use to define a design for an entire web site? 2. What keyword do you add to a style property to override style precedence and style inheritance? 3. Provide the code to enter the style comment "Tri and Succeed Sports Color Styles". 4. Provide the style rule to display block quote text in red using an RGB triplet. 5. The color chartreuse is located at 90 on the color wheel with 100% saturation and 50% lightness. Provide a style rule to display address text in black with chartreuse as the background color. 6. What is progressive enhancement? 7. Based on the following style rule for paragraph text, which style property will be used by an older browser that supports only CSS2? P { color: rgb(232, 121, 50); color: hsla( 23, 808, 558, 0.75); 8. Provide a style rule to display h1 and h2 headings with a background color of yellow (an equal mixture of red and green at highest intensity with no blue) at 70% opacity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
