Logo

Html-and-css Questions Set 95:

Quiz Mode

What is the web's native protocol?

1
2
3
4

Solution:

Where was Bootstrap first introduced?

1
2
3
4

Solution:

Which HTML attribute is used to set the color of hypertext links?

1
2
3
4

Solution:

What are the main types of cells in an HTML table?

1
2
3
4

Solution:

What will be the outpt of the following code ?

p { color: red }


p { color: blue }

1
2
3
4

Solution:

What can be said about the <p> element?

1
2
3
4

Solution:

How can you open a link in a new tab?

1
2
3
4

Solution:

The CSS justify-items property defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis.

1
2
3
4

Solution:

Change the unordered list (id="ul") markers to lowercase alphabets, and the ordered list (id="ol") markers to square.

1
2
3
4

Solution:

The ________________ CSS property sets the color of an element's left border. It can also be set with the shorthand CSS properties border-color or border-left.

1
2
3
4

Solution: