Is there any way to enclose <style>
tags within <body>
and still have valid HTML5 code?
It's just very convenient to create modular website like
- Template #1 - style, javascript, html
- Template #2 - style, javascript, html
And not:
- Template #1 - javascript, html
- Template #2 - javascript, html
- All style mixed in
<head>