MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following syntax is correct to refer an external script called “formValidation.js”? |
| A. | <script href = “formValidation.js”> |
| B. | <script source = “formValidation.js”> |
| C. | <script name = “formValidation.js”> |
| D. | <script src = “formValidation.js”> |
| Answer» E. | |