Writing code by your own, part 1: DOM exercises

Lesson#1 of 3 in project Exercise
  1. Find <inpu> or <textarea> on your page using ID
  2. Find <inpu> or <textarea> on your page using class name
  3. Find all <div>, <p> or <span> tags the webpage
  4. Show the value of input / textarea - the text you type into the area
  5. Show the text of any div or p using both innerText and textContent