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>
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
Post a Comment