InterviewSolution
Saved Bookmarks
| 1. |
What is the default value of the type attribute?(a) text/css(b) text/javascript(c) html(d) xml |
|
Answer» Right answer is (b) text/javascript Easy explanation: The default value of the type attribute is “text/javascript”. You can specify this type explicitly if you want, but it is never necessary. |
|