Logo

Html-and-css Questions Set 76:

Quiz Mode

Which of the following is not a style tag?

1
2
3
4

Solution:

HTML document contains:

1
2
3
4

Solution:

Which CSS property is used for controlling the layout?

1
2
3

Solution:

Which CSS property is used to control the text size of an element

1
2
3

Solution:

Which JavaScript function is used for URL encoding?

1
2
3
4

Solution:

____ plugins can provide fallback support for old browsers.

1
2
3
4

Solution:

Which of the following is the correct color model?

1
2
3
4

Solution:

What HTML element is used to contain the navigation menu or other navigation functionality for the page?

1
2
3
4

Solution:

The ____________ CSS pseudo-class represents an element without any siblings.

1
2
3
4

Solution:

The __________ CSS pseudo-class represents any element that has no children. Children can be either element nodes or text (including whitespace).

1
2
3
4

Solution: