answersLogoWhite

0

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert:

<script type="text/javascript">

alert("Embedded alert!");

</script>

User Avatar

Wiki User

16y ago

What else can I help you with?