A programmer usually embeds JavaScript code into an
XHTML document using the script tag. You can embed as
many scripts into a single document as you like, using
multiple script tags.
Programmers use the language attribute to tell the browser
to only execute a section of code if the browser supports
that language and version.