Vidyalelo
JavaScript · Q49

Server

Programming · JavaScript · question 49

Q49

What is the default value of the type attribute?

A.
text/css
B.
text/javascript
Answer
C.
text
D.
xml

Answer: Option B

Solution

Answer: Option B
Solution:
The default value of the type attribute is “text/javascript”. You can specify this type explicitly if you want, but it is never necessary.