Using Style Properties

Almost any HTML tag can have a style attribute. This attribute allows you to set various style properties to any tag. Example properties are color, text-align, and border.

Here's a reference to style properties and values. Later we'll learn how to specify CSS rules so that a style property may apply to many tags.