What Is The DOM?

preview_player
Показать описание
#shorts

The DOM in Web Development stands for the Document Object Model.

When you sent HTML to the browser, the browser will create this DOM object.

The DOM object represents your web page.

And it allows you to interact with the web page to make things much more dynamic for the user.