What Will Be The Output Of Following Code Snippetp Pre #221
What will be the output of following code snippet?</p> <pre><code class="language-html5"><style h1 {color: green;}> <h1>Hello</h1> </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs105 CSS (Cascading Style Sheets). It can also be found in gs gs105 CSS Selectors and Files - Applying Style to a Document - Quiz No.1.
What will be the output of following code snippet?
<style h1 {color: green;}> <h1>Hello</h1>
h1 heading becomes green
error
h1 heading disappears
nothing happens