PDA

View Full Version : Simple Layout



bangalorewebgur
02-20-2015, 01:04 AM
Keeping your layout and HTML code as simple as possible is the first to do such as: use a reset style sheet, semantic core layout, simple techniques for critical elements like navigation, menus and HTML5 doc type & guidelines.

Olin Lamanna
02-23-2015, 08:21 AM
Semantic markup expresses its meaning and purpose clearly to the developers and to the browser. Web developers frequently use the <div> element to layout their web pages.

joshaidan
02-26-2015, 06:06 AM
For simple layout CSS is very helpful.