Posts

  • Events in HTML

    When beginners are learning web design, events can often be confusing. Are events part of HTML, Javascripts, or the DOM? What are they and how do we use them? What is an Event? HTML stands for Hypertext Markup Language. It is a language we use to give instructions to a browser how to structure and…

  • document.write() function

    One of my online students was baffled moving from HTML coding to javascript. This is not surprising since they are very different languages. For my students, and others, that are struggling, the following tutorial may be helpful, http://w3schools.com/js/js_intro.asp. I don’t consider myself a coder. Others are far more qualified. Still I’ll take a stab at…