Which of the following will give blue color to text? Options color: blue; color: hsl(255, 0, 0); color: hsl(0, 255, 0); color: rgba(0, 0, 255, 1); color: rgba(0, 0, 255, 0); code example
Example: background color cs rgba
#p1 {background-color:rgba(255,0,0,0.3);}