Expand my Community achievements bar.

SOLVED

What is DOM? I was reading "DTM Basics for the First-Time User" when a new acronym DOM appeared.

Avatar

Level 1

I had started reading the first section of DTM Basics for the First-Time User when a new acronym appeared. What is DOM?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi T.

DOM is short for Document Object Model. You can learn more about the DOM at the following links:

W3 Schools - https://www.w3.org/DOM/

Mozilla Developer Network - https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

 

You can also do a quick search on your favorite search engine and I'm sure there will be many useful links.

 

Cheers,
Jantzen

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Hi T.

DOM is short for Document Object Model. You can learn more about the DOM at the following links:

W3 Schools - https://www.w3.org/DOM/

Mozilla Developer Network - https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

 

You can also do a quick search on your favorite search engine and I'm sure there will be many useful links.

 

Cheers,
Jantzen

Avatar

Level 1

Jantzen.Belliston wrote...

Hi T.

DOM is short for Document Object Model. You can learn more about the DOM at the following links:

W3 Schools - https://www.w3.org/DOM/

Mozilla Developer Network - https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model

 

You can also do a quick search on your favorite search engine and I'm sure there will be many useful links.

 

Cheers,
Jantzen

 

Thank you, Jantzen, for the quick response. Sending me the additional links was super helpful also as I continue to muddle through deciphering the relevance of all of this information.