Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML layouts best practice [closed]

Tags:

html

Is there a good website or book that gives best practices for HTML layouts? I mean how to use divs to build differet kinds of layouts in a proper way. Thanks

like image 334
emafuma Avatar asked Feb 17 '11 08:02

emafuma


2 Answers

I'd recommend going to CSS Zen Garden (http://www.csszengarden.com/). They're a site that is essentially having an eternal design contest, so they give you well structured markup to style (so you can see how they do it and take a stab at styling as well).

Good luck!

like image 136
Dan Beam Avatar answered Nov 07 '22 02:11

Dan Beam


For HTML, there is really only one wellwritten book I know of: HTML Mastery.

HTML Mastery focus on HTML alone, without losing focus telling about CSS and JavaScript.

HTML5 is hot these days though. Introducing HTML5 is a quick read, so is HTML5 for Web Designers.

like image 21
madr Avatar answered Nov 07 '22 01:11

madr