Transcription: I made the comment that the language attribute of the script tag tells the browser what scripting engine to load. Well, in this case we specified JavaScript, so the JavaScript engine loads, the code is parsed by the JavaScript engine and executed by the JavaScript engine. But there are a number of other scripting engines that are available. There's a Perl scripting engine, there's a VBScript scripting engine, and there are more coming out. The nice thing about this is, is you don't have to worry about whether or not the DOM is supported within those languages. That's one of the features of the ...