Logo

Html-and-css Questions Set 20:

Quiz Mode

Which tag is used to add a column in table in HTML.

1
2
3
4

Solution:

Which HTML element is used for canvas graphics?

1
2
3
4

Solution:

The CSS _____ property specifies the width of the element's content area.

1
2
3

Solution:

The ______ selector selects all elements that are the children of a specified element.

1
2

Solution:

Is the following statement true?

"HTML is a programming language"

1
2
3
4

Solution:

The ________ HTML tag specifies additional details that the user can view or hide on demand.

1
2
3
4

Solution:

The border-style shorthand CSS property sets the line style for all four sides of an element's border.

1
2
3
4

Solution:

What are the main sources of style information that form a cascade?

1
2
3
4

Solution:

CONVERT THE BELOW PARAGRAPH TO ALL SMALL-CAPS.

<p class="small">THIS IS A TEXT</p>

1
2
3
4

Solution:

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

1
2
3
4

Solution: