Watch the HTML Intro Presentation and mess around with the Week 1: HTML Sandbox discussion thread before you watch this video.
This ~6-minute video continues the HTML introduction by discussing attributes that can be placed within HTML tags. Attributes describe particular features of a tag. They may be used to indicate the size of an image or the web address of a link. They are important for CSS because a special attribute called style can be used to create inline CSS formatting, used in Canvas. After watching this presentation, try to add and modify a few link and image tags in the HTML Sandbox discussion thread. Reflect on your experience. You do not need to experiment with the style attribute yet. We will begin covering that attribute next week.