Logo

Html-and-css Questions Set 103:

Quiz Mode

Which of the following values cannot be assigned to the CSS float property?

1
2
3
4

Solution:

Q. What is the correct syntax for the DOCTYPE declaration in HTML 5?

1
2
3
4

Solution:

The align-self CSS property overrides a grid or flex item's align-items value.

1
2
3
4

Solution:

Which HTML Audio/Video DOM property sets or returns whether the audio/video should start over when finished?

1
2
3
4

Solution:

The __________ CSS property sets the initial position for each background image.

1
2
3
4

Solution:

The border-image-slice CSS property divides the image specified by border-image-source into regions.

1
2
3
4

Solution:

The max-inline-size CSS property defines the horizontal or vertical maximum size of an element's block depending on its writing mode.

1
2
3
4

Solution:

The :where() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list.

1
2
3
4

Solution:

The scroll-margin-left property defines the left margin of the scroll snap area that is used for snapping this box to the snapport.

1
2
3
4

Solution:

The scroll-snap-points-x CSS property defines the horizontal positioning of snap points within the content of the scroll container they are applied to.

1
2
3
4

Solution: