Logo

Html-and-css Questions Set 15:

Quiz Mode

Which of the following tag is used to define title of a work?

1
2
3
4

Solution:

The <param> tag is used to define parameters for plugins embedded with an element.

1
2
3
4

Solution:

Which type of events are the focus and blur events a part of?

1
2
3
4

Solution:

Which CSS function with the filter property is used to create your own sophisticated effects on DOM elements?

1
2
3
4

Solution:

Which CSS property is used to set the distance between the borders of adjacent cells in a table?

1
2
3
4

Solution:

The __________ CSS property allows limiting the contents of a block container to the specified number of lines.

1
2
3
4

Solution:

If we want a green and dotted border around an element then which border property must be used:


  1. border-style
  2. border-radius
  3. border-decoration
  4. border-color

1
2
3
4
5

Solution:

The inset-block-end CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation.

1
2
3
4

Solution:

The border-block-end-style CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation.

1
2
3
4

Solution:

The border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation.

1
2
3
4

Solution: