Divs tags are understandable
Div tags are better to understand than Tables
More and more websites are being built with div tags and with few tables or without any. A good reason for this is not only because it is much lighter in code, SEO friendly, and in my opinion, easier to learn. Tables if you haven’t worked with it yet (xhtml wise), is too difficult to memorize. This meaning you would also have to specify the width, height, padding and so on. On the other hand, Div tags are much easier because you just have to enter the opening and closing div tags on a note pad or any regular text file. After you lay out everything (code wise) on a note pad, you can fix the attributes or properties for color scheme, width, height, and background image with CSS. A Firefox browser with add-ons is great for this visually. The less tables and codes for those search engine crawlers to go through, the faster your rankings will possibly improve. Why I say this is because it helps speed things up. This is because Div tags are linked with CSS outside of your html code, making things much lighter. So with this is mind, together with CSS, Div Tags are easier to understand for both the coder and the web crawlers that the Search Engine companies like google.com sends out.





