Ask Question
8 February, 08:37

Which CSS attribute would change an element's font color to blue?

a. font-color: blue;

b. background: blue;

c. color: blue;

d. background-color: blue;

e. font: blue

+1
Answers (1)
  1. 8 February, 12:04
    0
    The correct answer would be option C, color: blue;

    Explanation:

    CSS stands for Cascading Style Sheets. It is basically a style sheet language. It describes the presentation of the documents in the markup language. Markup language may include HTML, Java Script, etc.

    So when the color of the font is required to change in blue color, the attribute color; blue; would be used to make the color of the font to appear blue in the document.

    This language make use of the attributes to present different things in the documents.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which CSS attribute would change an element's font color to blue? a. font-color: blue; b. background: blue; c. color: blue; d. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers