DOM

Learn the DOM as a “tree behind the screen” so you can find elements, update UI, and handle events with confidence.

DOM(Document Object Model)
ブラウザがHTMLから作る「画面の裏側のツリー」を理解して、要素の取得・更新・イベント処理を迷わず組み立てられるようにする。