Logo

Html-and-css Questions Set 114:

Quiz Mode

Resources do not fit into _____

1
2
3
4

Solution:

Which of the following are valid values for the CSS flex-direction property?

1
2
3
4

Solution:

What are defined as alphanumeric names that correspond to some current counter value in a document?

1
2
3
4

Solution:

Which property defines thatthe font be displayed in one of the three ways : normal,italic or oblique?

1
2
3

Solution:

The CSS property that defines the resampling method to use when stretching images is _____.

1
2
3
4

Solution:

Which object in the Google Maps API shows options for rendering the scale control?

1
2
3
4

Solution:

Which of the following is not a promise of the open web platform?

1
2
3
4

Solution:

All elements are identified by their __________ and are marked up using either start tags and end tags or self-closing tags.

1
2
3
4

Solution:

Which HTML5 canvas method is used to draw an animated image, and will use the poster frame or first frame if the image has no poster frame?

1
2
3
4

Solution:

Which of the following CSS declarations is equivalent to the following?


ul { list-style: square outside none; }

1
2
3
4

Solution: