HTML Lijsten

HTML <style> type attribuut

  • Het vereiste type attribuut specificeert het MIME-type van de style sheet.
  • Het type attribuut identificeert de inhoud tussen de <style> en de </style> tags.
  • De waarde "text/css" identificeert de inhoud als standaard CSS.

Attribuut voorbeeld

<html>
<head>

<style type="text/css">
h1 {color:#ff00ff;}
p {font-family:Arial; color:blue;}

</style>
</head>

<body>

code van het document⇒
</body>
</html>

Attribuut waarde

Waarde Beschrijving
MIME-type Momenteel is de enige mogelijke waarde in het <style> element, "text/css"

naar boven 

Opbouw

<style type="text/css">• • • </style>

Browser ondersteuning

Internet Explorer Firefox Chrome Opera Safari

  • Het <style> element wordt ondersteunt door de bekende browsers.
naar boven naar boven naar media
naar boven naar het media attribuut