Your task for the day?

What is DOM and BOM ?
DOM tree
DOM navigation documentElement, Children, sibling, table
Searching Element getElementById, getElementByName, getElementByTagName, getElementByClassName, querySelector, querySelectorAll
DOM Node properties nodeType, nodeName, innerHTML, outerHTML, textContent, data
DOM properties and HTML attributes

Instruction

Note : You are not required to limit yourself to the given resources, as you are free to explore and utilize additional sources of information

Resource link