Logo

Html-and-css Questions Set 28:

Quiz Mode

Who is known as the father of the World Wide Web?

1
2
3
4

Solution:

Which statement about the counter() function is not true?

1
2
3
4

Solution:

The :required CSS pseudo-class represents any ,

1
2
3
4

Solution:

The CSS justify-self property sets the way a box is justified inside its alignment container along the appropriate axis.

1
2
3
4

Solution:

The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it.

1
2
3
4

Solution:

The animation-timing-function property is used to describe how the animation will play.

1
2
3
4

Solution:

For the below text, set letter spacing to 4px.

<p id="spacing">

Text line

</p>

1
2
3
4

Solution:

Which of the following statements about HTML elements is true?

1
2
3
4

Solution:

Which syntax is correct to display the below correct output?


"Hello There! Welcome to ABEK US"

1
2
3
4

Solution:

The border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

1
2
3
4

Solution: