Practicing with HTML and JavaScript -- Working in IE and FireFox1.5
Source code(Modify and test)
JS1
JS2
JS3
HTML1
HTML2
HTML3
HTML4
Try replacing this code with your own
Here is a bit of
italicized text
, followed by some
boldfacing
followed by a bit that has
both
boldfacing and italics
Here is a form:
In it is a standard input named 'n':
and a button with the word 'push' written on it:
When the button is pushed, whatever is in 'n' is displayed in an alert(). Try changing what is in 'n'.
Here is a form with two inputs:
&
and a button:
When the button is pushed, the contents of the two inputs are concatenated.