This is a web page

CIS122 Internet Developer
This course emphasizes the techincal design, development and implementation of effective web sites...
Note that I am going to use DOM getElementById which is a method and innerHTML which is a property. Using getElementById will get the element with the sepcified id and then innerHTML gets the value of the text node associated with that element.