has recently been studying the implementation of HTML. When reading a blog post, click here , and the author mentions an argument:
  external styles block subsequent script execution until the external styles are loaded and parsed . Loading of external styles blocks external JS 
, but the parsing of external styles will affect the execution of JS. I don"t know how to verify it. Please
ask, is there anything you gods can do?
