Explore topic-wise MCQs in Html.

This section includes 15 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.

1.

Which property specifies the output path in compiled CSS?

A. sass_dir
B. output_style
C. relative_assets
D. line_comments
Answer» D. line_comments
2.

Which of the following specifies compiles CSS output?

A. relative_assets
B. output_style
C. line_comments
D. sass_dir
Answer» C. line_comments
3.

Which property specifies the folder name where CSS style sheets should be saved?

A. relative_assets
B. sass_dir
C. css_dir
D. javascript_dir
Answer» D. javascript_dir
4.

Which property specifies the path to the project when running in web server?

A. http_path
B. images_dir
C. css_dir
D. sass_dir
Answer» B. images_dir
5.

Which is not a color function?

A. lighten()
B. fade()
C. darken()
D. opaque()
Answer» E.
6.

How many columns are used for grid system by bootstrap?

A. 14
B. 11
C. 16
D. 12
Answer» E.
7.

Which font format is not supported by Firefox?

A. .ttf
B. .svg
C. .woff
D. .otf
Answer» C. .woff
8.

The font format compatible for iOS is:

A. .svg
B. .ttf
C. .eot
D. .otf
Answer» B. .ttf
9.

Whose value targets CSS property?

A. transition-duration
B. delay
C. property
D. timing-function
Answer» D. timing-function
10.

Which value specifies transition acceleration?

A. timing-function
B. property
C. transition-duration
D. delay
Answer» B. property
11.

Which value specifies a length of the transition effect?

A. property
B. transition-duration
C. delay
D. timing-function
Answer» C. delay
12.

Which is not the value for CSS transition?

A. transition-duration
B. delay
C. property
D. translate
Answer» E.
13.

CSS3 transition is not supported by _________

A. Internet Explorer 9
B. Internet Explorer 10
C. Safari 3.1
D. Firefox 4
Answer» B. Internet Explorer 10
14.

translate() function is not supported by __________

A. safari 3.1
B. firefox 3.5
C. chrome 4
D. firefox 4
Answer» B. firefox 3.5
15.

General sibling selector is declared with the notation:

A. +
B. ~
C. &
D. #
Answer» C. &