Logo

Html-and-css Questions Set 140:

Quiz Mode

Which HTML element is known as the Example Element?

1
2
3
4

Solution:

What will be the outcome of the following code?

1
2

Solution:

Which element is used for styling HTML5 layout?

1
2
3
4

Solution:

Which of the following HTML elements is not removed in HTML5?

1
2
3
4

Solution:

The __________ attribute sets the text direction as related to the lang attribute.

1
2
3
4

Solution:

How can you select elements with the class name "abekus" using CSS?

1
2
3
4

Solution:

The CSS selector that selects elements that do not match the selector s is:

1
2
3
4

Solution:

Which of the following is true about the CSS background-repeat property?

1
2
3
4

Solution:

Which of the following statements is true?

1. The element defines metadata for an HTML document.

2. The

1
2
3
4

Solution:

What is the main difference between using visibility:hidden and display:none to hide an element?

1
2
3
4

Solution: