I'll be red if your browser supports CSS

Something in between.

I should be red too!

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


More examples of using CSS style

Back


Back to main page