I am designing a web and I am not sure what to avoid in designing my htlm stuff, in other words what's the friendliest approach or things to avoid, some say tables and layers...can anyone clarify please. thanks
First of all USE <div> structure instead off table. It will help to load faster your website. Also it is very Search Engine Friendly.
I believe that all tags are SE friendly and you need to find the one which is moere comfortable for your design and visitors. Because they what website is being made for. IMO
First, structure your web pages for "visitors" and not for search engines, I follow the kiss rule (keep it simple stupid). Below are 2 different resources you should review to better understand how to properly format a web document. http://www.w3.org/TR/WCAG10/ http://www.w3.org/TR/REC-html40/struct/global.html