NEW
Font size
WorksheetsWeb Development Beginners quiz 15
Total questions: 10
Worksheet time: 9mins
Which of the following property is used to draw a line around elements outside the borders?
line
Padding
Outline
Border
Which of the following property specifies the color of an outline?
color-outline
outline-color
outline-style-color
Which of the following value specifies a dashed outline?
dash
dashed
double-dash
Which of the following property specifies the look and design of an outline?
outline-font
outline-format
outline-style
Which of the following specifies the width of an outline?
outline-width
outline-size
outline-height
Which of the following value specifies a solid outline?
bold
rock
solid
dashed
How do we add space around the outside of an element?
With Line Breaks.
With the margin property.
With the padding property.
How do we add space around the inside of an element?
With the padding property.
With the Margin property.
<br /> tags
How do we designate the padding for just the left side?
You can't specify just one side.
With the padding-left property.
In the following CSS, what is the 1st option?
border: 6px dashed red;
The Width of the border
The width of the page
The width of the outline
