Is ordering of <link rel=“stylesheet” …> and [removed] tags significant?

前端 未结 7 1913
悲哀的现实
悲哀的现实 2021-01-11 09:53

(I apologize if this is an extremely basic question. I\'m a bit of an HTML noob.)

In HTML5, is the relative ordering within the element, o

7条回答
  •  轮回少年
    2021-01-11 10:32

    It is always better you include style sheet in the header and the scripts at the bottom because, users have to wait till the JavaScript finishes loading, tags block parallel downloads.

    please look the following links\ Is the recommendation to include CSS before JavaScript invalid?

提交回复
热议问题