html - Load css without importing it -


i wondering, there convention allow style sheet of page used witout using link or import page?

yes, style tags in page (preferably in head):

<style>      /* css declarations here */  </style> 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -