Susan is going to create three different styles that will apply to three different sections of a web page. Which of the following is the correct version of the first line of CSS to do this?

(1 point)
Responses

div1{

div1{

#div1

#div1

#div1{

#div1{

#{div1

#{div1

1 answer

The correct version of the first line of CSS to apply styles to a section with the ID of "div1" is:

#div1 {

So the correct answer is:

#div1 {