I almost always start with trying to do something simple but functional, like a login page (uses a few form tags) or displaying a list of something (uses the iterator and optionally the property tag). Having some functionality in mind makes it more obvious where to start, IMO.