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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!