| Close Window |
|
Pressing the Practice Now button opens a new window that will serve as a raw HTML editor.
You will see that the basic elements of page structure are already supplied (HTML, HEAD and BODY). All you have to do is enter your code to test. The three buttons at the bottom of the new window let you "try" your code, "erase" your code or "close" the editor window. Try It opens another browser window and displays the result of your code. If you want to make changes then just go back to the "edit" window and make the changes to your code and "try it" again. You can continue editing and trying until you are satisfied or frustrated beyond belief. If you like your code then highlight it and copy it or save it to a file on your system. Erase It simply erases all the code you have entered - BAM - no undo, no confirmation, no nothing - just gone! Be sure before you press it! Close Window closes the edit window. It does not close the window that displayed your code. You've got to do that yourself. Note: If you really do want to see your code after you erased it or closed the edit window, you can always do the "view source" trick on the window displaying your test code. You can "copy and paste" the code if you didn't mean to get rid of it. |