Writing code by your own, part 1: DOM exercises
- Find <inpu> or <textarea> on your page using ID
- Find <inpu> or <textarea> on your page using class name
- Find all <div>, <p> or <span> tags the webpage
- Show the value of input / textarea - the text you type into the area
- Show the text of any div or p using both innerText and textContent