listeners and handlers using html5 and JS
This simple code inllustrate the use of EVENT LISTENERS. They are attached to html evement and change in the state of that element(input text box) reflects into the change of the function that listenes for keystrokes and changes an element on the same page. The example includes the data- attribute thatallows us to store anything as an attribute and this way distinguish element's marckup.