Logo

Html-and-css Questions Set 108:

Quiz Mode

When was the first version of HTML released?

1
2
3
4

Solution:

Which HTML tag supports non-English language?

1
2
3
4

Solution:

Which element is used to create any shape that consists of straight lines only?

Solution:

What HTML element defines a group of content that should be used as a figure and may be labeled by a legend element?

1
2
3
4

Solution:

The place-self CSS property is a shorthand property that sets both the align-self and justify-self properties.

1
2
3
4

Solution:

The _________________ CSS property sets the number of times an animation cycle should be played before stopping.

1
2
3
4

Solution:

Which of the following is true about the CSS property 'letter-spacing'?

1
2
3
4

Solution:

Which of the following is true about the CSS font-weight property?

1
2
3
4

Solution:

Which of the following statements is true about the CSS text-align property?

1
2
3
4

Solution:

Which of the following statements is true?

1. <script> defines a client-side script.

2. <style> defines style information for a document.

1
2
3
4

Solution: