Web page layout is very important to make your website look good. Design your webpage layout very carefully. Your layout should vary depending on the purpose of your page. A simple layout will be easier to navigate for most users. Clean, uncluttered designs and complementary colour schemes will be well received by any visitors to your page. Website LayoutsMost websites have put their content in multiple columns (formatted like a magazine or newspaper). Multiple columns are created by using <div> or <table> elements. CSS are used to position elements, or to create backgrounds or colourful look for the pages.
HTML Layouts - Using <div> ElementsThe div element is a block level element used for grouping HTML elements. The following example uses five div elements to create a multiple column layout, creating the same result as in the previous example: <!DOCTYPE html> The HTML code above will produce the following result: HTML Layout Tags
|