Design Questions(mod6)

3. Answer the following questions and post them on your blog
Question # 1
What is the correct CSS syntax for making all the <span> elements bold?
A: span {font-weight:bold}

Question # 2
What property is used to change the text color of an element?
A: color:

Question # 3
The # symbol specifies that the selector is?
A: Class

Leave a comment