Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 8 3 pts Margin Padding Width - True False. Suppose you have the following declarations in a CSS rule set that is applied to
Question 8 3 pts Margin Padding Width - True False. Suppose you have the following declarations in a CSS rule set that is applied to a particular div: a border: 1px solid black; padding: 1rem; margin: 2rem; width: 28rem; box-sizing: border-box; Then this div (including margin) will "consume" 22 rems of width. Hint: look up "box-sizing: border-box;" from W3Schools.com. O True False Question 9 1 pts Mobile Layout - T/E. When defining a layout for mobile device, it is customary to have a single column layout. O True False O Question 10 0.5 pts Mobile Design - T/F. When designing a page for mobile as well as desktop widths, it is recommended that you begin laying out for desktop. Then, once your desktop layout looks good, add CSS rule sets for mobile layout (usually converting side by side divs to a single column due to narrower viewport). True False D Question 11 1 pts Responsive Design - T/F. Responsive design means a web page that is not slow when the user clicks a button. O True Question 12 1 pts Selecting Colors - T/E. When designing a web page, your instructor suggests that you achieve a professional look by selecting colors from an image on the page. You can easily do this using a color picker browser plugin. True O False D Question 13 2 pts Select the best answer. Hint: RGB stands for Red Green Blue. What color is #0000FF? [Choose ] What color is rgb(255, 0, 255)? [Choose ] Red Green Purple Light Grey White (70% opaque, 30% transparent) Dark Grey Yellow Black (70% transparent, 30% opaque) Blue Orange What color is rgba(255,255,255,0.7)? What color is #2222227
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started