Select The Output Of The Following Cssp Pre Langcss #118
Select the output of the following CSS.</p> <pre><code class="language-css"> div { border-width:5px; border-style:dotted solid double dashed; } </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.
Select the output of the following CSS.
div { border-width:5px; border-style:dotted solid double dashed; }
Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
Box having dotted top outline, solid left outline, double bottom outline and dashed right outline
Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
Box having dotted bottom outline, solid left outline, double top outline and dashed left outline