what is this?

J

Jon Spivey

Hi,
that's an (empty) style block. Normally you would have code inside it to
format your page. For example
<style>
<!--
p{color:red}
-->
</style>

Would make all your paragraphs red. As it stands that code isn't serving any
purpose so you can safely delete it
 
Top