HTML <style> typ Atribut

❮ HTML tag <style>

Příklad

Pomocí atributu type zadejte typ média značky <style>:

<style type="text/css">
h1 {color:red;}
p {color:blue;}

</style>

Definice a použití

Atribut typeurčuje typ internetového média (dříve známý jako typ MIME) <style>značky.

Atribut typeidentifikuje obsah mezi značkami <style>a .</style>

Výchozí hodnota je „text/css“, což znamená, že obsah je CSS.


Podpora prohlížeče

Attribute
type Yes Yes Yes Yes Yes

Syntax

<style type="media_type">

Hodnoty atributů

Value Description
media_type The Internet media type of the style sheet. For now, the only supported value is "text/css". Look at IANA Media Types for a complete list of standard media types

❮ HTML tag <style>