Logo

Html-and-css Questions Set 36:

Quiz Mode

Which character is used to represent a space?

1
2
3
4

Solution:

Which is not one of the cache states?

1
2
3
4

Solution:

Text within tag is displayed as

1
2
3
4
5

Solution:

The HTML5 specification removes the dir attribute.

1
2
3
4

Solution:

In HTML form which input type defines a radio button.

1
2

Solution:

The _______ CSS property only works for block elements with a specified height.

1
2
3

Solution:

The method used to get the user's position is _____.

1
2
3
4

Solution:

What will be the outcome of the following code?

div p { color: red }


p { color: blue }

1
2
3

Solution:

The ________ tag defines an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support script.

1
2
3
4

Solution:

The background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.

1
2
3
4

Solution: