NEW
Font size
WorksheetsQuiz 5 (28.07.2021)
Total questions: 10
Worksheet time: 5mins
Examples of background-repeat types:
repeat
no-repeat
space
All of the above
Examples of border styles:
solid
outset
inset
All of the above
To specify a different stacking order, use the following _____ property.
where value is a positive or negative integer or the keyword auto.
x-index: value;
y-index: value;
z-index: value;
t-value: value;
The syntax of the clip property is ____________
clip: rect(top, right, bottom, left);
clip: rect(top, bottom, right, left);
clip: rect(right, bottom, left, top);
clip: rect(right, bottom, top, left);
Which of the following is NOT the type of overflow property?
overflow: visible;
overflow: hidden;
overflow: wrap;
overflow: scroll;
__________ positioning places an element at specific coordinates within a container.
Relative
Absolute
Static
Fixed
A _________ is an HTML structure consisting of multiple table rows with each row containing one or more table cells.
web table
table row
table column
table cell
A table row is marked using the _______ element.
th
table
tr
td
A header cells is marked using the _____ element.
table
th
tr
td
To mark a data cell, enter ____ element.
table
th
tr
td
