Logo

Html-and-css Questions Set 111:

Quiz Mode

How can you make a list in HTML which uses bullet points.

1
2
3
4

Solution:

Which element is used for YouTube videos?

1
2
3
4

Solution:

Which of the following HTML tags does not have a closing tag?

1
2
3

Solution:

Which CSS property specifies the stack order of an element?

1
2
3
4

Solution:

What does CSS stand for?

1
2
3

Solution:

Which CSS property makes the image shape round?

1
2
3
4

Solution:

The _________ tag defines a container for an external application or interactive content.

1
2
3
4

Solution:

The _______ attribute of the tag is used to specify the distance between the top of the document and the browser window.

1
2
3

Solution:

The _____________ CSS data type represents a transformation that affects an element's appearance.

1
2
3
4

Solution:

Make text appear with each word capitalized.

<p id="cap">Capital text</p>

1
2
3
4

Solution: