oct-2024

0%
1

august-2024

1 / 29

The screen media type can be used with:

2 / 29

Which one is NOT the audio element’s attribute?

3 / 29

How can you center an element horizontally using CSS?

4 / 29

Which selector do we use to specify the rule for binding some particular unique element?

5 / 29

The CSS property that is primarily used for giving a line over a text would be:

6 / 29

The transparent keyword is equivalent to which RGBA() value in CSS?

7 / 29

which css property is used to show arrow as cursor?

8 / 29

Which of the following CSS property is used to control the visibility of an element?

9 / 29

Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?

10 / 29

What value should be passed to the width parameter if we want an element, say a table, to span the entire width of the screen?

11 / 29

What does the CSS property "display" do?

12 / 29

How do you specify multiple CSS styles for a single HTML element?

13 / 29

In the below code snippet, in what order will the margins be added?

14 / 29

Which of the following property sets the alignment of the last line of a text block?

15 / 29

Which of the following property converts text to initial capitals, all uppercase, or all lowercase?

16 / 29

What will be the width of the div element given below? div {
width: 310px;
padding: 20px;
border: 5px solid blue;
margin: 0;
}

17 / 29

Which property sets the actual amount of spacing between the various letters?

18 / 29

Which of the following property applies one or more shadows to text?

19 / 29

Which value is a slightly bolder weight than the standard bold in the font attribute?

20 / 29

What are the uses of CSS pseudo-elements?

21 / 29

How can we specify the spacing between each letter in a text in CSS?

22 / 29

Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?

23 / 29

The CSS property used to specify the transparency of an element is?

24 / 29

Can negative values be allowed in padding property?

25 / 29

Which of the following CSS properties specifies the stack order of elements?

26 / 29

Which Selector selects any element in case it is the only child element of its parent element with its type?

27 / 29

The CSS property that is equivalent to the align attribute is:

28 / 29

Which of the following property allows a marquee to be used in the case of a text-overflow?

29 / 29

Which one of these is NOT an appropriate value for the font-variant property?

Scroll to Top