<style> description:
The <style> element places CSS style sheets within the document.
<style> Web Browser Support:
- Netscape 4, 6, 7
- Mozilla 1
- Firefox 1
- Internet Explorer 3, 4, 5, 6
- Opera 3, 4, 5, 6, 7, 8
- Safari 1
- WebTV/MSN TV
- AvantGo Palm OS
- AvantGo Windows CE
- HTML 4.0
- XHTML 1.0: XHTML Style Sheet Module
<style> Attributes:
<style> End Tag:
</style> REQUIREDContents:
style sheet notation. The following tags are valid within the <style> tag:
None
<style> Valid Context:
The <style> tag is valid within the following tags:
head
<style> Usage:
- basic style sheet
<style type="text/css">
h1 {
color : #ff0000;
}
p {
font-face : "arial, sans-serif";
}
</style>
<style> Special Notes:
- Use style sheets to create valid XHTML.

