How to design website with Div and CSS? i was design with table but i want develop with CSS3 and html5. please give suggestion.
before switching to HTML5, you've got to learn coding with divs. HTML5 elements such as <header>, <article>, etc. are essentially the same thing as divs, but are classified with same markup such as body, tr, td, (notice that there are no ID's). Therefore you've got to learn properly HTML 4 before you can fully understand how do things function in HTML5. And CSS3 is just about more added functionality to CSS2, it can work with HTML4 without a problem. So you can learn CSS3 with your present knowledge, but you've got to learn HTML 4 and divs properly before switching to HTML5.
First you should work out HTML and CSS after it you'll easily manage CSS3 and HTML5 because these advance of CSS and HTML, if you want to design with div and CSS simple I show you with an example, <div id="example"> in css code will start #example {height, width, margin, etc will be writen here } same for class but little different <div class="example"> in css code will start .example {height, width, margin, etc will be writen here}. Mostly developer start coding first with id and after inner coding use with class, mean id use as parent and class as child. hope you got my answer. best of luck
You have to learn HTML and CSS in the guidance of a perfect tutor. A tutor may help better. Then you can design websites easily.
Html5 and css3 used. html div is used without table. it's used very easy such as div id="main"Â use for css #main { float:left; } just it's used.