Monday 22 October 2012

How To Create Your Own Basic Blogger Template In Easy Steps Tutorial

Photobucket
In this post I will show you how to design blog template frame with CSS and HTML step by step . CSS helps you to design better and flexible webpage layouts. This is very basic CSS + HTML tutorial, CSS just awesome it adds flavor to the web page.
Photobucket
  • For your web layout, divide into four horizontal parts: Hearder, Nav, Main and Footer. Container is the parent div.
Photobucket

Step 1 Web layout divided into four horizontal parts are Hearder, Nav, Main and Footer. Here Container is the parent div.  

HTML CoDE


Photobucket Pictures, Images and Photos  

CSS CoDE 



Step 2 main (content part) div dividing into two vertical parts are main_left(article part) and main_right(sidebar part)

Photobucket Pictures, Images and Photos  

CSS COde


Step 3 Now working with an unorder list tag.

Photobucket Pictures, Images and Photos

HomE Page

This page should be with multiple article title links with little description, so that reader can quickly find more information. W3C standards specifying <h1> tag use for top-level heading. 
Photobucket Pictures, Images and Photos  

ArtIcle PaGe

Here article title is the most important and top level, so title should be in <h1> tag.


Photobucket Pictures, Images and Photos

Final Code
Take a look at this demo link 

HtMl CODe


CSS CoDE


No comments:

Post a Comment