alert
in body
Element Example alert
in body
Element Example <script>
element is within the <body>
element. In some web browsers, the body may not render and in others is will render up to the <script>
element. If the Javascript does not stop, as in this example with a dialog window, it will finish its code and then the page finishes rendering. You may have as many <script>
element as you need in the <body>
element.
Javascript website skills needed for interactivity: menus, buttons and forms.