Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Document Object Model
|
| Definition
| DOM is a programming interface enabling the manipulation of HTML and XML documents as if they were program objects by making the document elements available as data structures. DOM methods may be invoked to perform common operations upon document data and structure. DOM is a language-neutral, platform-neutral standard of the World Wide Web Consortium (W3C). In a Web browser, both Javascript and Java applets have access to the DOM.
|
| See also
| Javascript
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|