Posted The: 14/05/2008 At: 12:23
Last Edited: 30/04/2009 At: 20:55
Contents:
The division "<div>" tag is used to devide a page into sections. Divisions are usualley used togetter with other block-level elements, instead of tables. This efficiently reduce the filesize, and makes it easier to update pages.
Note: There is an example of a 3-column layout, using a single division, and ordered lists instead of tables. See: Using Block Elements and Divisions Instead of Tables.
<body>
<div id="Basement">
</div>
</body>Divisions goes in the Body section as seen above.
The above division, has a unique ID, which we may refer to in the CSS. Use classes for recurring divisions.
Comments: [0]
© Brugbart Webdesign