How to link JavaScript File to HTML page in Dreamweaver

Notes:

How to link JavaScript file to HTML page:

1. Drag and drop the .js file just before closing body tag
OR
2. Click just before closing body tag –
Insert window – Common Tab - Script drop down - Script
- Type: text/javascript
- Browse for a source javascript file
- OK
OR
3. Click just before closing body tag –
Insert Menu - HTML - Script Objects - Script
- Type: text/javascript
- Browse for a source javascript file
- OK

Interview Questions: