1.

How many ways to use colors apply on html elements?

Answer»

We can color HTML elements in three different WAYS, as mentioned below.

  • #efefef or Hex Color
  • By USING the color name such as blue, RED, etc.
  • RGB(10,234,128). This is a combination of red, GREEN, and blue.


Discussion

No Comment Found