how can I disable <style> element's movement?

"石瑞" <[email protected]>
Newsgroups gmane.comp.web.html-tidy.user
Organization 康盛创想
Message-ID <[email protected]>
input:

<div>
<style>
xxx
</style>
</div>

tidy output:

<html>
<head>
<style>
xxx
</style>
</head>
<body>
<div></div>
</body>
</html>

but I want this:

<html>
<head>
</head>
<body>
<div>
<style>
xxx
</style>
</div>
</body>
</html>

How can I disable the style element's movement? Thanks a lot!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.