News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Guide to HTML - HTML Document Design

Started by ben2ong2, October 03, 2006, 05:55:14 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

ben2ong2

Till now I have discussed many tags (and there are many many more to follow), but I feel a discussion on HTML document design is appropriate at this stage.

Before you embark on an HTML project you have to decide which kind of document structure to follow. The layout of an HTML document can be based on either a Logical Structure or a Design Structure. So what is the difference between the two?

Logical Structure
A logically structure document consists of different sections. The image below shows the format of a typical logical document structure.

Design Structure
Design Structure might not follow a fixed logical format. It takes advantage of the tricks in HTML, using tags for purposes they were not intended for. Thus, vertical columns of text can be created using tables (<TABLE> tag, you'll learn this in Advanced HTML tutorials) and indentation is achieved with <BLOCKQUOTE> or even the <DL> element. Such practices, esp. the one involving TABLES have been prevalent, and are used by many web developers.
Cascading Style Sheets (CSS) were developed to assist designers in laying out HTML elements on a page. However, at the time of writing, browsers do not support CSS well enough and there are many browser compatible issues to be ironed out.



You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login