The only thing I'd add is that the "title" attribute can be used in most tags to give you a "tooltip"-like hovering text box. Even a span tag (try hovering over this sentence.) So in <img /> tags, the "alt" attribute should be used for text that displays when the image is not rendered, and use the "title" attribute for extra information about the image.
Very nice primer!