O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

Document object model(dom)

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Próximos SlideShares
Document Object Model
Document Object Model
Carregando em…3
×

Confira estes a seguir

1 de 6 Anúncio

Mais Conteúdo rRelacionado

Diapositivos para si (20)

Quem viu também gostou (20)

Anúncio

Semelhante a Document object model(dom) (20)

Anúncio

Mais recentes (20)

Document object model(dom)

  1. 1. Rahul Kundu Founder, Titundevelopers (Web Designing company)
  2. 2.  Define what is document object model(DOM)?  DOM Architecture  Advantages  Disadvantage content
  3. 3. What is DOM? The DOM is an application programming interface(API) for HTML and XML documents. The DOM is a W3C standard. It define the logical structure of document and the way a document is assessed and manipulated.
  4. 4. What is DOM? Cont… “The W3C document object model(DOM) is a platform and language-neutral interface that allows program and scripts to dynamically access and update the content, structure and style of a document.”
  5. 5. What is DOM? cont… The W3C DOM standard is separated into 3 different parts:-  Core DOM- standard model for any structured document.  XML DOM- standard model for XML document  HTML DOM- standard model for HTML document One important objective for DOM is to provide a standard programming interface that can be used in wide variety of environments and application.
  6. 6. What is DOM? cont… The DOM is a programming API for document. It is based on an object structure that closely

×