Computer Science, asked by nihargundaye, 4 months ago

while defining value for CSS property which symbol is used as equal to​

Answers

Answered by sanjaypal146
0

Answer:

colon symbol " : " is used is equal

Explanation:

example:

body {

 background-color: lightblue;

}

h1 {

 color: white;

 text-align: center;

}

Similar questions