Choose The Option That Correctly Specifies The Output Of The #112
Choose the option that correctly specifies the output of the following CSS.</p> <pre><code class="language-css"> span { border: 1px solid red; outline: green dotted thick; } </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 Text, Borders and Images - CSS Outline - Quiz No.1.
Choose the option that correctly specifies the output of the following CSS.
span { border: 1px solid red; outline: green dotted thick; }
All span elements will have a red border and a green dotted outline
All span elements will have a green thick border and a red outline
All span elements will have an outer red border and inner green dotted border
All span elements will have a outer green dotted border and an inner red border