DHTML Articles:
There are lots of articles on this Web site that cover DHTML. There are DHTML specific articles, articles about Cascading Style Sheets, JavaScript resources, and information about the Document Object Model or DOM.
It's Easy to Learn DHTML:
Easy DHTML
If you're just starting out, you can add DHTML to your site with these simple scripts.
Start with XHTML to Create DHTML:
The best way to create DHTML that works reliably is to start with XHTML. If you write valid XHTML your styles and behaviors will work more reliably across more browsers.
CSS is a Key Component of DHTML:
Learning CSS is easier than you think. And if you want to have DHTML on your site, you need to learn it. And you can do really fun things with CSS
JavaScript is What Makes DHTML Dynamic:
JavaScript is the behavior part of a Web page. It controls what your Web page is going to do.
The DOM or Document Object Model Brings the DHTML Together:
With the DOM you connect your behaviors (JavaScript) to your styles (CSS) and content (XHTML). The DOM is the model that Web browsers use to display and modify Web pages. And if you know the DOM, you'll know how to make dynamic Web pages.

