Logo

Html-and-css Questions Set 134:

Quiz Mode

Which of the following is not a reserved character?

1
2
3
4

Solution:

How many types of bullet can be assigned in an unordered list in HTML?

1
2
3
4

Solution:

______ tag places a horizontally centered title at the top or the bottom of the table.

1
2
3
4

Solution:

A ____________ element must have a start tag but must not have an end tag.

1
2
3
4

Solution:

What HTML element is used to represent a section of a document that links to other documents?

1
2
3
4

Solution:

Sprites are not used for

1
2
3
4

Solution:

The <DT> tag is designed to fit a single line of text on our web page, but the <DD> tag will accept a

1
2
3
4

Solution:

Which of the following CSS3 property specifies how nested elements are rendered in 3D space?

1
2
3
4

Solution:

Which browser version was the first to allow CSS rules to be associated with new HTML5 layout elements?

1
2
3
4

Solution:

What will be the outcome of the following code?

div p { color: red }


p { color: blue }

1
2
3
4

Solution: