NEW
Font size
WorksheetsCSS (background-position-list)
Total questions: 10
Worksheet time: 3mins
Identify CSS property to assign position for a background image.
display: value;
position: value
background-postion: value;
align: value;
How to display a background image in the above format:
background-repeat: repeat-x;
background-image: repeat;
background-repeat: horizontal;
background-image: repeat-y;
Select the correct CSS command to assign a background color for the HTML page.
color: red;
bgcolor: red;
background-layout: red;
background-color: red;
Choose incorrect CSS positioning property.
position
display
right
z-index
Find the incorrect value for position property.
fixed
relative
absolute
dynamic
How to allocate a box to position 1.
right: 50px;
bottom: -50px;
top: 50px;
center: -50px;
Identify the most suitable positioning properties for the green box.
relative
absolute
fixed
inherit
What is <ul>?
unordered list
underline list
unnamed list
unformatted list
A HTML list can be formatted to upper-roman using ________ property.
list-style-image
list-style-format
list-style-type
list-style-upper
Identify correct value for list-style-position.
left
inside
outline
center
