Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Set the opacity for the background color of the <h1> element to "0.3" by using a RGBA color instead of RGB.

Hint: RGBA is RGB color values with an alpha channel (which specifies the opacity).