Logo

Html-and-css Questions Set 100:

Quiz Mode

Identify the HTML tag used to display an image on a web page.

1
2
3
4

Solution:

_______ is a parameter that gives an accuracy of longitude and latitude

1
2
3
4

Solution:

The CSS content property generates content in a document and is used with the :before and :after pseudo-elements.

1
2
3
4

Solution:

The CSS property that defines the minimum number of lines in a paragraph to be left at the top of a page is called the ________ property.

1
2
3
4

Solution:

The :any-link CSS pseudo-class selector represents an element that acts as the source anchor of a hyperlink, independent of whether it has been visited.

1
2
3
4

Solution:

The :has() CSS pseudo-class represents an element if any of the selectors passed as parameters (relative to the :scope of the given element), match at least one element.

1
2
3
4

Solution:

The border-end-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation.

1
2
3
4

Solution:

Which of the following statements is true with respect to metadata?

1
2
3
4

Solution:

The border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction, and text-orientation.

1
2
3
4

Solution:

Set the background-attachment property value to fixed for the following HTML element:


This is a div container

1
2
3
4

Solution: