-
use the Mozilla Developer Network HTML reference [0] to identify and use basic HTML tags
-
translate HTML tags like <div>, <p> into real world structures
Comment:
Demonstrates knowledge of HTML tags. However, the Promotion image does not need a closing tag. <img src="promotion.jpg"/> would suffice (I also didn't catch this on my first HTML Basic draft).