DEV Community

Arul .A
Arul .A

Posted on • Edited on

What is Internal CSS?

⦁ It is written inside the tag with in the <head> section of the html document.<br> </p> <div class="highlight"><pre class="highlight plaintext"><code>Ex: &lt;html&gt; &lt;head&gt; &lt;style&gt; h1{ color:"blue"; &lt;/style&gt; &lt;/head&gt; &lt;/html&gt; </code></pre></div> <p></p> <p>⦁ it is used when styling a single webpage.</p>

Top comments (0)