You are not logged in.

#1 2015-02-28 08:13:06

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

External script in JavaScript

Question:
Which of the following syntax is correct to refer an external script called formValidation.js?


Option A):
< script name = formValidation.js>
Option B):
< script src = formValidation.js>
Option C):
< script href = formValidation.js>
Option D):
< script source = formValidation.js>

Correct Answer is Option B):
< script src = formValidation.js>


Failure is the first step towards seccess.

2015-02-28 08:13:06

Advertisement
Ads By Google

Re: External script in JavaScript



\n

Board footer