John Carney
asked on
Checking the integrity of an HTML skeleton
Please take a look at this page and let me know if the skeleton looks sound. It contains a link to its CSS. http://www.discretedata.com/DealTree/CowBoomDev/AAATestSkeleton.html Header and footer of course will be the same on every page. All page-specific content will go inside "container_ProdDetail."
Speaking of which, since the parameters of all 4 of the parent divs are the same for every page, how should I define them so that I can use them on every page? Should I make them all classes as I did with header1? Or is it okay to use the same ID on different pages of a site?
Also, are there more appropriate names for these divs? And if you have any suggestions for making the html and css more streamlined, please let me know.
Thanks!
John
Speaking of which, since the parameters of all 4 of the parent divs are the same for every page, how should I define them so that I can use them on every page? Should I make them all classes as I did with header1? Or is it okay to use the same ID on different pages of a site?
Also, are there more appropriate names for these divs? And if you have any suggestions for making the html and css more streamlined, please let me know.
Thanks!
John
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
More later, jason ...thanks
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks again to both of you. Very helpful. AndJason, thanks for introducing me to http://validator.w3.org. Looks like a really good resource/tool.
John
John
ASKER
Thanks,
John