Logo

Html-and-css Questions Set 75:

Quiz Mode

Can you have multiple box-shadows in css ?

1
2

Solution:

The content property does not include _____.

1
2
3
4

Solution:

The _________ tag specifies text that is no longer correct, accurate or relevant.

1
2
3
4

Solution:

In CSS, which of the following can be used to select an HTML element?

1
2
3
4

Solution:

How to make an image insert completely in the background of a webpage?

1
2
3
4

Solution:

The animation-delay CSS property sets when an animation starts.

1
2
3
4

Solution:

The _____________ CSS property specifies the width and color of strokes for text characters.

1
2
3
4

Solution:

The ____________ CSS property sets the length of time that an animation takes to complete one cycle.

1
2
3
4

Solution:

What will be the CSS code to change the font to serif and similar for the following HTML?

<p class="serif"> This is text </p>

1
2
3
4

Solution:

You are building a web page, and you create a text input element and specify an ID for it. Why did you do this?

1
2
3
4

Solution: