MCQOPTIONS
Saved Bookmarks
| 1. |
Which one of the following tags refers to an external script called “sample.js”? |
| A. | <script name = “sample.js”> <⁄script> |
| B. | <script src = “sample.js”> <⁄script> |
| C. | <script href = “sample.js”> <⁄script> |
| D. | <script target = “sample.js”> <⁄script> |
| Answer» C. <script href = “sample.js”> <⁄script> | |