JavaScript:Documentオブジェクト
document.head
document.body
getElementById()
IDから取得
getElementsByName()
name属性から取得
getElementsByClassName()
クラスの子要素を取得したい
getElementsByTagName()
要素名から取得
selectors APIから取得
querySelector()
querySelectorAll()
createElement()
appendChild()
removeChild()
https://img.shields.io/badge/JavaScript-Documentオブジェクト-F7DF1E.svg?logo=javascript&style=for-the-badge
MDN.icon