the complete webmaster
tutorials reviews reference
ASP
CGI
FrontPage
HTML
Java
JavaScript

home / reference / html

<style></style>
type  

The <style> tag should reside within the <head> tag and is used to delimit style sheets information. The <style> tag is optional.

<style type="">

   Description
   The type attribute is used to describe the Internet media (MIME) type of the style sheet definition and should always be "text/css."
Code
   <style type="text/css">  .  .  .  </style>
write for us about us advertise

Copyright 1997, 1998 A Big Lime. All rights reserved.

body>