Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Our next step is to uniquely identify all the elements that we need to assign styles to. Assigning a few ids will enable us to apply positioning, color, and images to turn this simple markup into the finished design.
<ul id="register"> <li id="reg">Not registered? <a href="/register/ ">Register</a> now!</li> <li id="find"><a href="/find/v>Find a store</a></li> </ul> <div id="message"> <p><strong>Special this week:</strong> $2 shipping on all orders! <a href="/special/">LEARN MORE</a></p> </div>