I'll be red if your browser supports JSS

Something in between.

I should be red too!

JavaScript-based Style Sheets HTML code: In head section:
<style type = "text/JSS">
<!--
H1 {color: red}
-->
</style>
In body section:
<H1>I'll be red if your browser supports JSS</H1>
Something in between.
<H1>I should be red too!</H1>
Back


Back to main page