HTML and DHTML

liunx

Guest
what is the difference between HTML and DHTML?<br />
<br />
thanks.<!--content-->HTML is a wonderful method of describing a document so that it's accessible to all. DHTML is a horrible method of using JavaScript to make the HTML seemingly 'dynamic' and inaccessible to persons with certain disabilities and humble browsers.<!--content-->*ahem*<br />
<br />
Well DHTML also includes CSS, and CSS is a good thing. JavaScript can be useful, but you have to make sure you code your pages with noscript tags so people who don't use JavaScript still can use your site in a functional way. Plus, too many coders go over board with JavaScript and end up trying to do annoying things with it, ie remove right clicking.<!--content-->
 
Back
Top