HTML and CSS Reference
In-Depth Information
That's about the end for the #albums container. It
was easy and straight to the point.
Moving on to the next one, #blog.
Code the #blog
12
The #blog container also has the p.category used from
the #hello container.
That's a good point to start with:
<div id=”blog”>
<p class=”category”><a href=”#” title=”#”>Blog</a></p>
</div><!-- end #blog -->
Lets go to the blog article now.
It has a space between its left and right edges, so
wrap that up inside a new div named “article” .
 
Search WWH ::




Custom Search