Logo

Html-and-css Questions Set 144:

Quiz Mode

How many types of web storage are there in JavaScript?

1
2
3
4

Solution:

The __________ HTML tag defines an embedded object within a document.

1
2
3
4

Solution:

The attribute used to define a new namespace is.

1
2
3
4

Solution:

Which of the following cannot be used for duplex communication?

1
2
3
4

Solution:

Which CSS property is used to determine the order of flex items in a flex container?

1
2
3
4

Solution:

The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.

1
2
3
4

Solution:

The :nth-of-type() CSS pseudo-class matches elements of a given type, based on their position among a group of siblings.

1
2
3
4

Solution:

The scroll-margin-block property is a shorthand property which sets the scroll-margin longhands in the block dimension.

1
2
3
4

Solution:

The border-block CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.

1
2
3
4

Solution:

The inset-block-start CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation.

1
2
3
4

Solution: