Ask a New Question
Search
Which line of JavaScript will
How do take this following javascript and put in external javascript.
<html> <head> <script language="javascript"
0 answers
asked by
Adam
580 views
What kinds of files are in Bootstrap?
(1 point) Responses HTML and CSS HTML and CSS CSS and JavaScript CSS and JavaScript HTML
1 answer
75 views
Angel is writing a code that includes the line <body>. What language is she using?
(1 point) Responses Python Python JavaScript
1 answer
150 views
Angel is writing a code that includes the line <body>. What language is she using? (1 point) Responses Python Python JavaScript
1 answer
asked by
lol
264 views
var shoppingList = ["milk", "eggs", "sugar", "bread", "cake"];
JavaScript Which line of code will correctly change "cake" to
1 answer
58 views
What kinds of files are in Bootstrap?
(1 point) Responses A: HTML and CSS B: CSS and JavaScript C: HTML and JavaScript D: HTML,
1 answer
126 views
ASK
Question was successfully created. HTML COMPUTER PROGRAMMING COMPUTER SCIENCE PROGRAMMING JAVASCRIPT You asked • 2s
1 answer
asked by
Aryaa
575 views
Which tag is used to add JavaScript code inside a web page?
javascript style script src
1 answer
98 views
Each line in JavaScript needs to end with a:
1 answer
113 views
The following program is supposed to put down three tennis balls. Where is the logic error?
function main() { placeThreeBalls();
1 answer
14 views