InterviewSolution
Saved Bookmarks
| 1. |
Which of the following attribute takes the source of the PHP file?(a) img(b) src(c) source(d) psrc |
|
Answer» The correct answer is (b) src For explanation: Php file is used an scripting language for backend development. The syntax to referencing a PHP file using external JavaScript is consistent enough with what we already know: |
|