Talk:Dynamic HTML: Difference between revisions

Content deleted Content added
Gwinkless (talk | contribs)
Unobtrusive Javascript??
BuilderQ (talk | contribs)
Line 31:
 
[[User:Gwinkless|Gwinkless]] 10:41, 17 May 2007 (UTC)
 
== The sample code on this page ==
 
The "Structure of a web page" section seems a bit unclear; what exactly is it supposed to show? That script tags can be placed in both the head and body, and that external scripts can be used? Those familiar with JavaScript already know this, and those who don't may have difficulty understanding the mostly unannotated code. Also, I question the use of XHTML doctypes on this page's examples. “DHTML” is a rather old term which is probably most often used to describe HTML pages, and besides, the examples are invalid XHTML (they contain inline scripts not enclosed in CDATA sections). [[User:BuilderQ|BuilderQ]] 22:20, 10 October 2007 (UTC)