JavaScript DOM | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

JavaScript DOM

Can anyone explain DOM in JavaScript to me please

22nd Jul 2020, 2:37 PM
Flarenog
Flarenog - avatar
2 ответов
+ 1
DOM stands for Document Object Model. In the world of web, all HTML webpages are referred to as documents. The Document Object Model represents each of these web pages in a tree-like structure to make it easier to access and manage the elements.
27th Jul 2020, 3:41 AM
JEN GEORGE KOSHY
JEN GEORGE KOSHY - avatar
+ 1
thanks everyone
20th Aug 2020, 9:11 PM
Flarenog
Flarenog - avatar