Provide a brief definition of the following terms (in the web programming context).
For the starred terms you should also include an example
Element*
Event-Driven
IDE
Property*
Statement*
Variable*
If you use a source (book or web site), cite your source. (The sites
http://whatis.techtarget.com/ and http://www.webopedia.com/ are decent
sources for technical definitions.)
Design a page with at least two buttons and the corresponding JavaScript code that yields some interactivity
which results when the user clicks on those buttons. Example:
Mood.htm
Do not just attach files with JavaScript to an email message. The email system will remove the
code. Either post your files and send me a link. Or zip up all of the relevant files and send that as
an attachment.
RoundTwo.html begins JavaScript includes a button input element that calls a
function that pops up an alert and also changes the innerHTML of a div element.
Thursday
Look at the following examples. Under the first item there are instructions for viewing the
source of a page and saving your own copy of that page.
ImageCompare.html compares changing
the source of an image element to adding an entirely new image element. Speeches.html
Using a img element's click event to change the src of an iframe
to display a youtube video