The <script> tag

  • The <script> tag lets you put JavaScript on your HTML page
  • Lets you either write JavaScript right in HTML or in another file
  • Variables and functions become global on the page

21 / 24