html加载过程

      *  HTML is parsed.

     *  External scripts/style sheets are loaded.

     *  Scripts are executed as they are parsed in the document.

     *  HTML DOM is fully constructed.

     *  Images and external content are loaded.

     *  The page is finished loading.

你可能感兴趣的:(html)