In css what does h1 can be called as
A. Selector
B. Attribute
C. Value
D. Tag
Answer: Option A
A. Selector
B. Attribute
C. Value
D. Tag
Answer: Option A
A. Color Style Sheets
B. Cascade Sheets Style
C. Cascade Style Sheet
D. Cascading Style Sheets
In css what does “color:red” can be called as
A. Selector
B. Rule
C. Declaration
D. None of the above
Which of the following attributes is used to specify elements to bind style rules to?
A. id
B. class
C. tag
D. all of the mentioned
It is a Tag also. So How only Selector.
it's direct selector which is the 1st type of selector,
h1
{
font-size:50px;
}