Logo

Html-and-css Questions Set 73:

Quiz Mode

How can you open a link in a new tab or browser window?

1
2
3
4

Solution:

Which HTML tag is used to create a combo box (dropdown list)?

1
2
3
4

Solution:

The <dt> tag defines a term/name in a description list.

1
2
3
4

Solution:

The <font> tag specifies the font face, font size, and color of text.

1
2
3
4

Solution:

Which of the following HTML tags don't have an end tag?

1
2
3
4

Solution:

What is hotlink protection?

1
2
3
4

Solution:

The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.

1
2
3
4

Solution:

The place-content CSS property is a shorthand for align-content and justify-content. It can be used in any layout method which utilizes both of these alignment values.

1
2
3
4

Solution:

The difference between the <u> and <ul> HTML tags is

1
2
3
4

Solution:

The border-block-style CSS property defines the style of the logical block borders 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: