Logo

Html-and-css Questions Set 117:

Quiz Mode

Comments in HTML5

1
2
3
4

Solution:

A definition list is initiated using which tags?

1
2
3

Solution:

Which section is not part of the manifest?

1
2
3
4

Solution:

Which HTML attribute defines the accelerator key to be used for keyboard access to an element?

1
2
3
4

Solution:

To prevent a floating div from appearing on the left side of an element, which CSS property should be used?

1
2
3
4

Solution:

What is the use of and tags?

1
2
3
4

Solution:

The _______ CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it.

1
2
3

Solution:

What happens if the height and width of a video are not set while the video loads?

1
2
3
4

Solution:

What will be the outcome of the following code?

div p { color: red }


p { color: blue }

1
2

Solution:

What will be the outpt of the following code ?

p { color: red }


p { color: blue }

1
2

Solution: