Vidyalelo
JavaScript · Q84

Invocation And Performance Navigation

Programming · JavaScript · question 84

Q84

What should be the value of the type attribute of a variable if the type of file is CSS?

A.
text/js/css
B.
text/js
C.
text/css
Answer
D.
text

Answer: Option C

Solution

Answer: Option C
Solution:
Since the type of file is CSS, the type attribute should hold the value text/css.