Related / DOM

HTML CSS DOM JavaScript Perl Design Tools

Document Object Model (DOM)

The Document Object Model is the W3C standard for mapping HTML elements into document objects. The browsers currently provide JavaScript and CSS interfaces to these objects (which leads to Dynamic HTML). But the Netscape Communicator 4 and Internet Explorer 4 have implemented slightly different object models. Be careful here.