HTML and CSS Reference
In-Depth Information
The HTML code for this part would be:
<div id=”blog”>
<p class=”category”><a href=”#” title=”#”>Blog</a></p>
<div class=”article”>
</div><!-- end .article -->
</div><!-- end #blog -->
Before stepping forward to adding the icons, add
the content of this article inside a h2 and a p tag.
Leave the post icons for later.
Add some random dummy content that you have at
hand inside the tags.
The p tags also get some classes, such as:
post-data;
post-content;
buttons .
The HTML code is shown in the next page.
 
Search WWH ::




Custom Search