in the styntac of css,in declaration,which of the following is \are included?
(a)html element (b)property associated with the html element(c) corresponding valie of properties (d) both (b) and(c)
Answers
Answered by
1
Answer:
Answer:in css this rule is used
Answer:in css this rule is used selector{
Answer:in css this rule is used selector{property:value
}
EXAMPLE:
TO INCREASE FONT SIZE FROM 20PX TO 40PX
USE THIS
THE ELEMENT DO YOU WANT LIKE I WANT P ELEMENT FONT SIZE TO INCREASE S I WILL WRITE LIKE THIS
p{
font-size:40px;
color:red;
}
Similar questions