Logo

Html-and-css Questions Set 32:

Quiz Mode

HTML is a subset of

1
2
3
4

Solution:

How many main content models are there in HTML5?

1
2
3
4

Solution:

What HTML tags are generally preferred for sectioning a webpage?

1
2
3
4

Solution:

which of the following tag is used to mark a beginning of paragraph ?

1
2
3
4

Solution:

Which prefix are used for CSS properties to work on older Mozilla Firefox browsers?

1
2
3
4

Solution:

Which of the following is true about the list-style-image property?

1
2
3
4

Solution:

Indent the text by 50px.

<p id="indent">This is a line of <strong>code</strong></p>

1
2
3
4

Solution:

The background-attachment CSS property sets whether a background image's position is fixed within the viewport, or scrolls with its containing block.

1
2
3
4

Solution:

"Content is not clipped and may be rendered outside the padding box's top and bottom edges". The following statement is true for which of the following overflow-y values?

1
2
3
4

Solution:

The scroll-padding-right property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user.

1
2
3
4

Solution: