Aligning DIV tags (Floating divs)

A beginner’s guide to DIV alignment.

This part is where I stuck up on studying design. I was about to give up until I saw this video (woooh thanks).

In making a cool website design you must know how div tag works since HTML5 is focused on <DIV> tags and we use this for Jquery purposes. <DIV> tags is my key in learning Jquery and CSS3. I find this tutorial useful cause like you I’m also confused on how the alignment of DIV tags work and how it affects CSS3 designs. ( while in Css3 we can use any tags we want.)

If you are new to Web development don’t be confused of <table> and <div> .  Modern codes doesn’t use <table> on design.

<table> is good on displaying of rectilinear data of arbitrary row(s) and/or column(s) and it should not be used for layouting purposes.