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_FONT_FORMAT_IS_NOT_SUPPORTED_BY_FIREFOX??$

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

Which is not a color function?$

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

How_many_columns_are_used_for_grid_system_by_bootstrap?$

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

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
5.

Which of the following specifies compiles CSS output?

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

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
7.

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
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» E.
15.

General sibling selector is declared with the notation:

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