in Technology by
What is the correct syntax for referring to an external script called “blogmepost.js”? A. B. C. D.

1 Answer

0 votes
by

<script src=”blogmepost.js”>

Explanation: The “src” term is used to refer to any JavaScript file.

Related questions

0 votes
    Specifically I have a PHP command-line script that at a certain point requires input from the user. I ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    Specifically I have a PHP command-line script that at a certain point requires input from the user. I ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 18, 2022 in Education by JackTerrance
0 votes
    Specifically I have a PHP command-line script that at a certain point requires input from the user. I ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    Which attribute is used to specify that the script is executed when the page has finished parsing? (only ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    The external JavaScript file must contain tag. True or False? A. True B. False...
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
    Which of the following is the correct syntax to display blogmepostsforblogmeposts in an alert box using ... ( blogmepostsforblogmeposts ); D. alert( blogmepostsforblogmeposts );...
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
0 votes
    Which of the following is the correct HTML syntax for adding background color? 1.

... /p> 4.

...
asked Jul 12, 2021 in Technology by JackTerrance
0 votes
    What is correct syntax for main method of a java class? A - public static int main(String[] args) B - public int main( ... static void main(String[] args) D - None of the above....
asked Dec 11, 2020 in Technology by RosettaProes
0 votes
    Which is the correct HTML syntax for adding a link to the image? 1. ... xyz.com/image”>...
asked Jul 12, 2021 in Education by JackTerrance
0 votes
    What is the HTML tag under which one can write the JavaScript code? A) B) C)
    The correct syntax of creating a standard navigation bar is
asked Feb 28, 2021 in Technology by JackTerrance
...