In: Computer Science
We went over the format and syntax of CSS. Below, write the correct CSS syntax to make the body of an HTML document the color blue. Also write what each keyword represents (example: the selector? property? etc.)
CSS Syntax :
body{
background-color: blue;
}
Explanation :
background-color is the property with value as blue