Explore topic-wise InterviewSolutions in .

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

1.

What Do You Mean By Dialogs In Materialize?

Answer»

Materialize provides various method to show unremarkable alerts. It also provides a term toast form them.

FOLLOWING is given syntax:

Materialize.toast(MESSAGE, display Length, className, complete CALLBACK);

Where

message: It is used to displayed Message to the user.

displayLength: Duration of the message after it will disappear.

className: Style class to be applied to the toast. For example, 'rounded'.

complete Callback: This Callback method to be called once toast is dismissed.

Materialize provides various method to show unremarkable alerts. It also provides a term toast form them.

Following is given syntax:

Materialize.toast(message, display Length, className, complete Callback);

Where

message: It is used to displayed Message to the user.

displayLength: Duration of the message after it will disappear.

className: Style class to be applied to the toast. For example, 'rounded'.

complete Callback: This Callback method to be called once toast is dismissed.

2.

What Are The Classes To Create Responsive Image And Video In Materialize?

Answer»

There are FOLLOWING classes to create responsive and video that are listed table:

  • responsive-img: This class is used to create an responsive IMAGE.
  • video-container: It is used to create responsive container. That has EMBEDDED videos.
  • responsive-video: It is used to create HTML5 videos responsive.

There are following classes to create responsive and video that are listed table:

3.

What Are The Dropdown Classes In Materialize Css?

Answer»

There are TWO types of dropdown classes in MATERIALIZE CSS:

  • dropdown-content: It Identifies <u> HTML tag as an materialize dropdown COMPONENT.
  • data-activates: It is id of the dropdown ul element.

There are two types of dropdown classes in Materialize CSS:

4.

How Can You Create A Pagination In Materialize Css?

Answer»

You can create a pagination in Materialize CSS by using pagination CLASS. This class is used with ul element.

Example:

<ul class="pagination"&GT;

<LI class="disabled"><a href="#!"><i class="material-icons">chevron_left</i></a></li>

<li class="active"><a href="#!">1</a></li>

<li class="waves-effect"><a href="#!">2</a></li>

<li class="waves-effect"><a href="#!">3</a></li>

<li class="waves-effect"><a href="#!">4</a></li>

<li class="waves-effect"><a href="#!">5</a></li>

<li class="waves-effect"><a href="#!"><i class="material-icons">chevron_right</i></a></li>

</ul>

You can create a pagination in Materialize CSS by using pagination class. This class is used with ul element.

Example:

<ul class="pagination">

<li class="disabled"><a href="#!"><i class="material-icons">chevron_left</i></a></li>

<li class="active"><a href="#!">1</a></li>

<li class="waves-effect"><a href="#!">2</a></li>

<li class="waves-effect"><a href="#!">3</a></li>

<li class="waves-effect"><a href="#!">4</a></li>

<li class="waves-effect"><a href="#!">5</a></li>

<li class="waves-effect"><a href="#!"><i class="material-icons">chevron_right</i></a></li>

</ul>

5.

What Is Chip In Materialize Css?

Answer»

Chip is a COMPONENT of Materialize CSS which REPRESENTS a SMALL SET of information like a tag does.

Chip is a component of Materialize CSS which represents a small set of information like a tag does.

6.

What Are The Classes Of Breadcrumb In Materialize Css?

Answer»

Materialize CSS provides two CLASSES for BREADCRUMB:

nav-WRAPPER: It is used to set the nav COMPONENT as breadcrumb/nav bar wrapper.

breadcrumb: It is used to set the anchor element as breadcrumb.

Materialize CSS provides two classes for BreadCrumb:

nav-wrapper: It is used to set the nav component as breadcrumb/nav bar wrapper.

breadcrumb: It is used to set the anchor element as breadcrumb.

7.

What Is Badge In Materialize Css? What Is The Use Of Badges Classes?

Answer»

A BADGE is a component which is used to provide an ONSCREEN notification. It can be a number or icon. It is used to emphasize the number of ITEMS.

The following classes of BADGES are used in Materialize CSS:

badge: It identifies element as an MDL badge component.

new: It is used to add a new class to badge component.

A badge is a component which is used to provide an onscreen notification. It can be a number or icon. It is used to emphasize the number of items.

The following classes of Badges are used in Materialize CSS:

badge: It identifies element as an MDL badge component.

new: It is used to add a new class to badge component.

8.

Which Classes Are Used To Create Responsive Images And Videos In Materialize Css?

Answer»

List of classes used to create responsive images and VIDEOS in MATERIALIZE CSS:

responsive-img: This class is used to create an responsive IMAGE.

video-container: This class is used to create responsive container. That has embedded videos.

responsive-video: This class is used to create HTML5 videos responsive.

List of classes used to create responsive images and videos in Materialize CSS:

responsive-img: This class is used to create an responsive image.

video-container: This class is used to create responsive container. That has embedded videos.

responsive-video: This class is used to create HTML5 videos responsive.

9.

Which Are The Different Utility Classes In Materialize Css?

Answer»

A LIST of DIFFERENT Utility classes in MATERIALIZE CSS:

Color utility classes: Examples: .red, .green, .grey etc.

Alignment utility classes: Examples: .valign-wrapper, .left-align, .RIGHT-align, .center-align, .left, .right etc.

HIDING Content utility classes as per device size: Examples: .hide, .hide-on-small-only, .hide-on-med-only etc.

Formatting utility classes: Examples: truncate, hoverable etc.

A list of different Utility classes in Materialize CSS:

Color utility classes: Examples: .red, .green, .grey etc.

Alignment utility classes: Examples: .valign-wrapper, .left-align, .right-align, .center-align, .left, .right etc.

Hiding Content utility classes as per device size: Examples: .hide, .hide-on-small-only, .hide-on-med-only etc.

Formatting utility classes: Examples: truncate, hoverable etc.

10.

How Do We Use Materialize Css?

Answer»

There are TWO methods to use Materialize CSS:

Local Installation: It is achieved by downloading the materialize.min.css and materialize.min.js FILES on our local MACHINE and include them in your HTML code.

CDN Based Version: By including the materialize.min.css and materialize.min.js files into our HTML code directly from the Content Delivery Network (CDN).

There are two methods to use Materialize CSS:

Local Installation: It is achieved by downloading the materialize.min.css and materialize.min.js files on our local machine and include them in your HTML code.

CDN Based Version: By including the materialize.min.css and materialize.min.js files into our HTML code directly from the Content Delivery Network (CDN).

11.

What Are The Salient Features Of Materialize Css?

Answer»

Following is a list of some SALIENT features of Materialize CSS:

  • It contains In-built responsive designing.
  • It provides standard CSS with minimal footprint.
  • It provides new versions of COMMON user interface controls such as BUTTONS, checkboxes, and text fields adapted to FOLLOW Material Design concepts.
  • It facilitates enhanced and specialized features such as cards, tabs, navigation bars, toasts, and so on.
  • It is free to use and requires jQuery JavaScript library to FUNCTION properly.
  • It is cross-browser supported, and can be used to create reusable web components.

Following is a list of some salient features of Materialize CSS:

12.

When Was Materialize Css Released?

Answer»

Materialized CSS was RELEASED on 8 November 2015.

Materialized CSS was released on 8 November 2015.

13.

What Is Materialize Css?

Answer»

MATERIALIZE CSS is a CSS framework which contains library files. It is created with CSS, JavaScript and HTML. It is used to create attractive, RELIABLE, and FUNCTIONAL WEBPAGES and web apps.

Materialize CSS is a CSS framework which contains library files. It is created with CSS, JavaScript and HTML. It is used to create attractive, reliable, and functional webpages and web apps.