Summary Six

Images within HTML

All images start with <img> tag and end with a >. In between the beginning tag and end bracket, there are two attributes. The first is the src that tells the web page where the image should go. The second thing is the alt that describes the image to those that cannot view it.

Colors within CSS

You can set colors to multiple things within CSS. Things like background color, text color, and border color. Within the color to select, you can also change the color values to make the same color but at 50% transparency or 25%.

Background information in CSS

Background elements included color, images, position, attachment, and repeat. The opacity of an element determines how light or dark an element is. Opacity runs from 0.0 - 1.0, 1.0 being the darkest. However, for RGBA, opacity is in terms of percentage.