Question: Match the each of the following CSS code blocks with their associated error: 1) p { font-size=1.3em; color: rgb(200, 160, 130); } 2) p {
Match the each of the following CSS code blocks with their associated error: 1) p { font-size=1.3em; color: rgb(200, 160, 130); } 2) p { font-size: 1.3em color: rgb(200, 160, 130); } 3)p { font-size: 1.3; color: rgb(200, 160, 130); } 4) p{ font-size: 1.3em; color: rgb(200, 160, 130); } a)Multiple declarations (property and value pairs) need to be separated with a semi-colon (;). b)Some properties require a specific unit of measure (like px, em, %, etc.). c)Properties and values need to be separated with a colon (:). d)Do not include a space between a CSS numerical value and its associated unit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
