加载css而不导入它

Jim*_*Jim -2 html css

我想知道,是否有将允许网页的样式表中使用任何公约不用其他使用linkimport从该网页?

Kev*_*her 5

是的,style页面中的标签(最好是在head)中:

<style>

    /* CSS declarations here */

</style>
Run Code Online (Sandbox Code Playgroud)