Loading
Quipo
in
MindXchange
Log In
Tutorials
Exercises
MCQs
Interview Q & A
Tests
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Quipo
in
MindXchange
Menu
MindXchange
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Welcome to Quipoin
Login to track your progress
Quipoin Menu
Learn • Practice • Grow
Tutorial
Exercises
MCQs
Interview Q & A
Tests
Introduction
CSS Box model
Background color
Margins
padding in CSS
CSS Outline
Outline Properties
CSS Text
CSS Text Alignment
CSS Font
CSS Font Size and Style
Lists in CSS
CSS Max-Width
CSS Position
z-index
Overflow
CSS Float
CSS inline-block
CSS align
CSS Combinators
CSS Pseudo-class
Opacity
Navigation Bar
Fixed and Sticky nav bar
Dropdowns
Image Gallery
Image sprites
Forms
CSS Selector
Selector Overview
Element Selector
ID Selector
Class Selector
Universal Selector
Group Selector
How to add CSS
Overview
External CSS
Internal CSS
Inline CSS
CSS Border
Border Overview
Border Style
Border Width
Border Color
css /
Outline Properties
mcq
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
Which property sets the color of the outline?
A.
border-color
B.
outline-color
C.
outline-style
D.
outline-border
Q2.
Which CSS property pushes the outline away from the element?
A.
outline-style
B.
border-spacing
C.
outline-offset
D.
margin
Q3.
Which outline style is valid?
A.
filled
B.
dotted
C.
shadow
D.
invisible
Q4.
Which statement about outline is correct?
A.
Outline affects element size
B.
Outline is drawn inside the element
C.
Outline does not take space in layout
D.
Outline replaces the border
Q5.
What is the default outline value?
A.
outline: none
B.
outline: solid black
C.
browser-specific (usually auto)
D.
outline: inherit