HTML -Tag</strong></p> <p><strong><img src="https://img.php.cn/upload/article/000/000/029/5d9c352313405883.jpg" alt="HTML-<style>-Tag" ></strong></p> <p>Alle gängigen Browser unterstützen den <style>-Tag. </p> <p><strong>Definition und Verwendung </strong> (Empfohlenes Lernen: <a href="//m.sbmmt.com/div-tutorial.html" target="_self">HTML-Einführungs-Tutorial</a>)</p> <p><strong><style>-Tag wird zum Definieren von Stilen für HTML verwendet Dokumentinformationen. </strong></p> <p><strong>Im Stil können Sie festlegen, wie das HTML-Dokument im Browser gerendert werden soll. </strong></p> <p>Das Typattribut ist erforderlich und definiert den Inhalt des Stilelements. Der einzig mögliche Wert ist „text/css“. Das Stilelement </p> <p> befindet sich im Kopfbereich. </p> <p><strong>Tipp</strong></p> <p><strong>Tipp: </strong>Um auf ein externes Stylesheet zu verlinken, verwenden Sie den Tag <link> </p> <p><strong>Beispiel: </strong></p><div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:html;toolbar:false"><html> <head> <style type="text/css"> h1 {color: red} p {color: blue} header 1 A paragraph.