Logo

Html-and-css Questions Set 72:

Quiz Mode

The <section> tag defines sections in a document.

1
2
3
4

Solution:

What does View Source do?

1
2
3
4

Solution:

The border-top shorthand CSS property sets an element's top border.

1
2
3
4

Solution:

The :first CSS pseudo-class, used with the @page at-rule, represents the first page of a printed document.

1
2
3
4

Solution:

The :focus CSS pseudo-class represents an element (such as a form input) that has received focus.

1
2
3
4

Solution:

The element is used to provide backward compatibility for browsers that do not support the element, or if none of the tags matched.

1
2
3
4

Solution:

The overflow-y CSS property sets what shows when content overflows a block-level element's top and bottom edges.

1
2
3
4

Solution:

The ______________ CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective.

1
2
3
4

Solution:

Which of the following HTML elements is true?

1
2
3
4

Solution:

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

1
2
3
4

Solution: