1
CSS1 was released in
View Answer
1995
1996
1997
1998
2
Which one is not a font format?
View Answer
eot
ttf
svg
wfof
3
margin:20px 15px 10px 5px; It represents to.
View Answer
margin-top:20px;
margin-bottom:15px;
margin-right:10px;
margin-left:5px;
margin-top:20px;
margin-right:15px;
margin-bottom:10px;
margin-left:5px;
margin-top:20px;
margin-left:15px;
margin-bottom:10px;
margin-right:5px;
None of the above
4
What values have the .mx-auto class in bootstrap 5?
View Answer
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}.mx-auto {
margin-right: auto !important;
}.mx-auto {
margin:0 auto;
}.mx-auto {
margin-top: auto;
margin-bottom: auto;
}
5
Which CSS property is used to control the transparency of an element?
View Answer
opacity
visibility
display
transparency
6
Which CSS property is used to specify the font of text?
View Answer
font-family
text-font
font
typeface
7
Which CSS property is used to set the size of the text?
View Answer
text-size
font-size
text-style
font-style
8
Which CSS property is used to create rounded corners on an element?
View Answer
border-radius
rounded-corners
corner-radius
border-style
9
Which CSS property is used to set the style of a border on an element?
View Answer
border-style
style
border
border-type
10
Which CSS property is used to add shadow effects around an element's frame?
View Answer
box-shadow
shadow
text-shadow
element-shadow