Logo

Html-and-css Questions Set 99:

Quiz Mode

The correct method to set the background color in an HTML file is:

1
2
3
4

Solution:

Which HTML tag is not supported in HTML5?

1
2
3
4

Solution:

Which of the following CSS style property is used to specify an italic text?

1
2
3
4

Solution:

Which HTML element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting?

1
2
3
4

Solution:

The :valid CSS pseudo-class represents any <input> or other <form> element whose contents validate successfully.

1
2
3
4

Solution:

What happens when two sets of HTML tags overlap?

1
2
3
4

Solution:

The ___ CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.

1
2
3
4

Solution:

Which of the following is true about the <canvas> HTML element?

1
2
3
4

Solution:

Which of the following statements is true about the HTML <section> element?

1
2
3
4

Solution:

Which of the following HTML element is used for canvas graphics?

1
2
3
4

Solution: