IT 130
Fall 2016
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Assignment 6
- Assignment 7
- Assignment 8
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.