| 
	
 | 
 Posted by Neredbojias on 05/19/06 03:50 
To further the education of mankind, "red_dragon2983" <markseymour.89 
@hotmail.com> vouchsafed: 
 
> I should have made this more clearer. 
> What I mean is, what is the ideal HTML *structure* to use in a website 
> eg container, header, content, etc... and how it should look in a code 
> editor like ScITE. 
> like, content and such.  Like, the best combination of DIV's and 
> whatnot. 
> I hope I've made this more clearer... -_-; 
 
The "most ideal" (-as oxymoronic as that sounds) is to markup a page as  
semantically as possible with no styles at all.  The page should be 100%  
valid, complete, and utile under the strict doctype.  Tables shoudln't be  
employed for layout, etc., etc. 
 
Once this is accomplished, _then_ add styles economically to spruce-up the  
appaearance. 
 
If you have a true concern for propriety, Google "semantic markup" or some  
such phrase. 
 
--  
Neredbojias 
Infinity has its limits.
 
[Back to original message] 
 |