Byte Budget is javascript that writes HTML...... We start by telling the browser that we are going to use javascript: The variables contain the HTML we want to write.... This IS case sensitive. You may name them anything you want. NOTE: No quotes inside brackets. But ALWAYS quotes around the HTML segments. There are no quotes used for what I call "nested variables"but that's another lesson or two away... "; | Write a red td cell 20 high and 100 wide. "; | Write a white td cell 20 high and 100 wide. Close the td cell and row and open another row. Now it's time to write. You always start with: Now we begin our table. YES, you can put the actual HTML code in the write; and we do here because it is used once. The variables are used multiple times. But we write them once therefore saving BYTES.... Your javascript warning goes just before the closing body tag There is no room for error here. PUNCTUATION is very important.... so be aware as you play with the script... If you get a white screen you have an error in punctuation. If you see the code, there is an error in the "string". Here is the code for the above. CCP it anywhere after your body tag....... More about placement in future lessons. Experiment and see what you can do. but most of all have fun!! |