what are all the html color names?

  • Thread starter Thread starter TheDarkLaith
  • Start date Start date
T

TheDarkLaith

Guest
while learning html i came across this:
The W3C HTML and CSS standards have listed only 16 valid color names:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.
however when i use violet or skyblue for example they work, why is this? is this statement just wrong?
i use this code by the way:
<p style = "color:blue"> text goes here</p>
 
Back
Top