while defining value for CSS property which symbol is used as equal to
Answers
Answered by
0
Answer:
colon symbol " : " is used is equal
Explanation:
example:
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
Similar questions