1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Korvikt [17]
3 years ago
15

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

Computers and Technology
2 answers:
Rina8888 [55]3 years ago
5 0
Body {
      color:blue;
}

h1 { 
   color:blue;
}

These will change both the h1 and the body fonts to blue.
malfutka [58]3 years ago
3 0

Answer:

The "color" atribute

Explanation:

The color attribute of CSS defines the color value of an element with its text content and decorations (styles). It also sets the currentcolor's value, where an indirect value from another property can be used, and defaults to the colors of other properties (while not defined), such as the border-color property.

body {

     color: black;

}

h1 {

  color: red;

}

h2 {

color: #00ff00;

}

You might be interested in
I need help plzzzzzzzz
Blababa [14]

Answer:

The output is second half of the month, refers to both

4 0
2 years ago
Read 2 more answers
Which command provides the source refrence at the bottom of the current page of a document?
DENIUS [597]

Answer:

Footnote

Explanation:

The notes related to citation or reference or comment that is assigned to a text on that page is called footnote.

3 0
2 years ago
What can be designed to create annoying glitches or destroy data
Yanka [14]
Viruses can cause this.
3 0
3 years ago
Which of the following is not one of the steps a company would take in an attempt to prevent a malfunction or failure of their p
bulgar [2K]

Answer:

A overdesign

Explanation:

7 0
2 years ago
Draw a flow chart to print gratest number among two .​
bagirrra123 [75]
MYbe show a picture next time so we can see what the problem is about ?
7 0
2 years ago
Read 2 more answers
Other questions:
  • A(n) _____ allows a user to choose specific files to back up, regardless of whether or not the files have been changed.
    9·1 answer
  • What organization is responsible for the registration of Internet domain names?
    14·1 answer
  • Generally considered to be the most important information security policies, what item below defines the actions a user may perf
    11·1 answer
  • What inspired john logie baird to create the television?
    11·1 answer
  • Write a program called DeliveryCharges for the package delivery service in Exercise 4. The program should again use an array tha
    9·1 answer
  • The word __________ refers to the numbers, words, or more generally, any collection of symbols that is manipulated by a program.
    7·1 answer
  • An ____ is an object that produces each element of a container, such as a linked list, one element at a time.
    13·2 answers
  • A cycle merchant allows 15% discount on the marked price of a bicycle and still he makes a profit
    14·1 answer
  • Which of the following best describes a feedback loop?
    11·1 answer
  • Can you guys give some samples of STEM-related studies?​
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!