Computer Science, asked by anshikabhardwaj15121, 2 days ago

3. In which order are scripts executed? What are scripts blocks made up of? ​

Answers

Answered by stellarebha
0

Answer:

It doesn't matter whether it's an external script or an inline script - they are executed in the order they are encountered in the page. Inline scripts that come after external scripts are held until all external scripts that came before them have loaded and run.

Similar questions