p{font-style: "Times New Roman";}
p{font-family:"Times New "roman",Times,serif;}
p{font-weight:"Times New Roman",Times,serif;}
None of these
text-color
color
font-color
All of These
Match the CSS Property with Its Function
A → 1, B → 2, C → 3, D →4
A → 2, B → 1, C → 3, D → 4
A → 2, B → 4, C → 3, D → 1
A → 2, B → 4, C → 1, D → 3
Vaiue
Declaration
Selector
Rule
text-size
size
text-length
font-size
The size of the text-shadow
he Y-coordinate of the text-shadow
The X-coordinate of the text-shadow
The blur radius
rgba(255,55,255,1)
rgba(255,255,255,0.0)
rgba(255,55,255,.5)
style:bold;
font:bold;
font-weight:bold;
text:bold;
border-style
border-radius
border-collapse
border-spacing
Documents to be viewed on-screen tend to look better in Sans-serif fonts
Not everyone has the same set of fonts.
Printed documents tend to look better in Serif fonts
All of the options
margin: 20px 20px 30px 30px
margin: 30px 20px
margin: 20px 30px
margin: 30px 30px 20px 20px
background-attachment
background
background-repeat
background-position
It consists of Margin, Padding, Border, Content
It consists of Padding, Border, Shadow
It consists of Content, Outline, Shadow
It consists of Border, Margin, Shadow
order
stack
z-index
layer
font-weight
font-style
text-decoratio
text-weight
Padding is used to create space around an element's content, inside of any defined borders.
There are properties for setting the padding for each side of an element.
To shorten the code, it is possible to specify all the padding properties in one property.
absolute
static
fixed
relative
f-resize
move
ne-resize
se-resize
background-color
background or background-image both
flex-order
flex-direction
item-order
Match the CSS Position Property with Its Meaning
A → 5, B → 4, C → 3, D → 1
A → 5, B → 4, C → 3, D →6
A → 4, B → 5, C → 3, D → 1
repeat-x
repeat-y
no-repeat
text-style
bgcolor
bg-color
list-image
bullet-image
list-style-image
image-style
text-decoration: bold
font-weight : bold
font-style: bold
text-align: bold
100rem
100%
100vw
100em
bright
hidden
ridge
groove
clear
overflow
display
border-width
border-bottom
border-width-bottom
border-bottom-width
padding: 20px 30px 15px 10px
padding: 20px 15px 30px 10px
padding: 15px 30px 10px 20px
padding: 30px 15px 20px 10px
background:blue;
background-color:rgb(0,0,255);
background:#0000FF;
All of the above
color:red, text-decoration:underline works
only font-style:italic works
color:red, text-decoration:underline and font-style:italic all works
text-decoration:underline and font-style:italic works
rect
crosshair
auto
inherit
list-style-type: none;
text-decoration: none;
bullet-style: none;
display: no-bullet;
Opacity
Visibility
Stacking order
Font size
Cyan, Magenta, Yellow and Blue
Cyan, Magenta, Yellow and Key(Black)
Cyan, Magenta, Yellow and Khaki
Removes the element from the document flow
Positions the element relative to its normal position
Centers the element on the page
Applies relative positioning to all child elements
f:
Font:
Font-family
Font:b
Match the CSS Background Property with Its Function
A → 3, B → 1, C → 2, D → 4
A →5, B → 1, C → 2, D →6
A → 4, B → 1, C → 2, D → 3
A → 6, B → 1, C → 2, D → 3