Webmaster

References : HTML 4.0

 | Index | 
 | Structure | Text paragraphs and phrases | Text formatting | Lists | Links | Tables | Frames | Embedded content | Style | Forms | Scripts | 
 | All tags | 

Style sheets

Style Sheets (both inline and external) are included in an HTML document through the use of the style element.

<style>...</style>
Creates an internal style sheet.
 
Starting/ending tag Required/Required
 
Attributes Attributes %i18n
type="...": Internet content type.
media="...": Defines the destination medium (screen, print, projection, braille, speech, all).
title="...": Style title.
 
Empty No
 
Notes Located in the head element.
 
Example<style type="text/css">
<!--
   a:link {text-decoration: none; color: #000000}
-->
</style>
 
 Top

 | Index | 
 | Structure | Text paragraphs and phrases | Text formatting | Lists | Links | Tables | Frames | Embedded content | Style | Forms | Scripts | 
 | All tags |