Logo

Html-and-css Questions Set 24:

Quiz Mode

How many CSS type selectors are commonly used?

1
2
3
4

Solution:

Which HTML element groups related content together?

1
2
3
4

Solution:

How can we create a horizontal line in HTML?

1
2
3
4

Solution:

Identify which one is not a phrase tag among the following HTML tags:

1
2
3
4

Solution:

What are the units that can be used with the font-size property?

1
2
3
4

Solution:

Which of the following are valid CSS font-size keyword values?

1
2
3
4

Solution:

The ___________ of an item is the value of its element's itemid attribute.

1
2
3
4

Solution:

Arrange the following components to form a correct web structure:

1
2
3
4

Solution:

The root element of an XHTML document must be html, and must contain which attribute to associate it with the XHTML namespace?

1
2
3
4

Solution:

The :first-of-type CSS pseudo-class represents the first element of its type among a group of sibling elements.

1
2
3
4

Solution: