Web Building Flashcards

1
Q

What does “completely parsed” mean?

A

This means the browser has finished reading and interpreting the HTML code of the application and has constructed the Document Object Model, DOM.

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

Why use attributes like ‘async’ ‘defer’ when running scripts?

A

These attributes help improve performance of the application by allowing the browser to continue parsing while scripts are being fetched and executed.

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