Please enable JavaScript.
Coggle requires JavaScript to display documents.
Frontend developer improvement course, Huy: The position of JS, CSS files…
-
Huy: The position of JS, CSS files in html, Script async, defer
Lịch sử tag <script>, nêu ví dụ document.write()
Nêu khái quát sự liên quan lẫn nhau giữa 3 thằng:
- HTML -> HTML Parcer -> DOM
- JS -> JS Engine
- CSS -> CSS Parcer -> CSSOM
Giải thích timeline truyền thống
HTML: .....| building dom | Waiting...................................| building dom
CSS:......................| download | build CSSOM |
JS:...................................| download | .............| execute |