Logo

Html-and-css Questions Set 126:

Quiz Mode

Which of the following HTML elements can be used as a sidebar?

1
2
3
4

Solution:

In HTML tags that include both an on and off tag are called

1
2

Solution:

_______ type will support 45 degree perspective view

1
2
3
4

Solution:

Which of the following can’t be the value of float property?

1
2
3
4

Solution:

In CSS the ______ property specifies the type of list item marker.

1
2
3
4

Solution:

Which HTML tag may be used within the content to represent material that is tangential?

1
2
3
4

Solution:

The following code is an example of which selector

* {
text-align: center;
color: blue;
}

1
2
3
4

Solution:

Which CSS property is used to define whether an element should be resized and, if so, upon what axis?

1
2
3
4

Solution:

The ________ is used for input fields that should contain a color.

1
2
3

Solution:

Which HTML attribute effectively renders the iframe as an inline include, allowing the parent document's CSS to affect the contents of the iframe?

1
2
3
4

Solution: