in Technology by

What option would you specify when inserting code in a web page? script type="____"
a)text/language
b)JavaScript/text
c)text/JavaScript

1 Answer

0 votes
by
Answer:-text/JavaScript

Related questions

0 votes
    What option would you specify when inserting code in a web page? script type="____" 1. text/language 2. JavaScript/text 3. text/JavaScript...
asked Feb 23, 2021 in Technology by JackTerrance
0 votes
    A web page displays 10 items per page and has pagination enabled. What would be the recommended way to enable efficient ... (d)Hit the database every time user moves to next page...
asked Oct 6, 2020 in Technology by JackTerrance
+1 vote
    ____ allows you to loop through a block of code as long as the specified condition is true. a)Tag b)While c)For...
asked Oct 8, 2020 in Technology by JackTerrance
0 votes
    ____ allows you to loop through a block of code as long as the specified condition is true. 1. Tag 2. While 3. For...
asked Feb 24, 2021 by JackTerrance
0 votes
    Registering members and allowing them to login (updating tables etc) all worked fine up until I made this change recently. ... , make the UserLevel 'Member'? Code for signing up:...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    Which property is used to specify the key type when pressed? (a) keyCode (b) keyType (c) keyName ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which rules would you include in Code of Conduct for voters? Please answer the above question....
asked Aug 14, 2022 in Education by JackTerrance
0 votes
    Predict the output of the following JavaScript code.
    Predict the output of the following JavaScript code. var a="blogsforblog"; var x=a.lastIndexOf("b"); document.write(x); A) 8 B) 0 C) 9 D) Error...
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
    Predict the output of the following JavaScript code. a = 8 + "8"; document.write(a); A) 16 B) Compilation Error C) 88 D) Run Time Error...
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
    Two options of orientation for page setup are ____ and ______. 1. left,Right 2. portrait,Landscape 3. Above,Below 4. Set,Wet Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    I am creating a script on the fly to ftp some files from a remote computer. I create a file ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    I am creating a script on the fly to ftp some files from a remote computer. I create a file ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    ____ option allows to change the window borders of the rectrangular area. Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
...