Select the code below that configures a class called "offer" with blue text using CSS
a. offer { color: blue; }
b. .offer { color: blue; }
c. .offer { text: blue; }
d. #offer { color: blue; }
b
Computer Science & Information Technology
You might also like to view...
How do you launch an app from the Start screen?
A) double-click it B) triple-click it C) click it D) right-click it
Computer Science & Information Technology
__________ refers to the combining of data and code into a single object.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology