Webmaster
| |
| <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> |
| |