Question

Match each part of this CSS style rule to the correct name for that part of the rule:

Image for Match each part of this CSS style rule to the correct name for that part of the rule: 1. Element 2. Selector

1 0
Add a comment Improve this question Transcribed image text
Answer #1

A-Selector

B -Property

C -property value

D- Property -- Property Value

E -Declaration Block

CSS Syntax

A CSS rule set consists of a selector and a declaration block:

Selector Declaration Declaration h1 color:blue; font-size:12px; Property Value Property Value

The selector points to the HTML element you want to style.

The declaration block contains one or more declarations separated by semicolons.

Each declaration includes a property name and a value, separated by a colon.

Add a comment
Answer #2

A- 2 Selector //The selector points to the HTML element you want to style.
B- 5 Property //Set the text-color
C- 8 Value // The hex value for the color
D- 3 Declaration //A declaration is made up of a property name and a value, separated by a colon;
E- 7 Declaration block //The declaration block contains one or more declarations separated by semicolons.

Add a comment
Answer #3

A = Selector
B = Property
C = Value
D = Declaration
E = Declaration Block

Add a comment
Know the answer?
Add Answer to:
Match each part of this CSS style rule to the correct name for that part of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT