practice creating deck Flashcards

testing (1 cards)

1
Q

What is the default behavior of the browser when it encounters a <script> tag in HTML?

A

Blocking rendering:
* Stops parsing HTML.
* Downloads the script.
* Executes the script.
* Resumes parsing HTML.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly