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.

How Can We Use Payment Icons By Using Font Awesome?

Answer»

We can use PAYMENT ICONS by using Font Awesome:

  • <i CLASS="FA fa-cc-visa custom"></i>
  • <i class="fa fa-cc-paypal custom"></i>
  • <i class="fa fa-cc-mastercard custom"></i>
  • <i class="fa fa-cc-discover custom"></i>
  • <i class="fa fa-cc-jcb custom"></i>
  • <i class="fa fa-cc-stripe custom"></i> ETC.

We can use payment icons by using Font Awesome:

2.

What Are The Types Of Material Social Icons And Its Use?

Answer»

There are following types of MATERIAL Social Icons:

  • <i CLASS="material-icons custom"&GT;CAKE</i>
  • <i class="material-icons custom">group</i>
  • <i class="material-icons custom">public</i>
  • <i class="material-icons custom">school</i>
  • <i class="material-icons custom">share</in> etc

There are following types of Material Social Icons:

3.

How Can We Define The Size Of Glyphicons Icons In Bootstrap?

Answer»

We can define the size of Glyphicons Icons in Bootstrap by using following codes:

Example:

<html>

<head>

<LINK rel = "stylesheet" href = <link rel = "stylesheet"

href = "HTTP://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">

i.mysize {font-size: 6em;}

</head>

<body>

<i CLASS = "glyphicon glyphicon-tree-deciduous mysize"></i>

</body>

</html>

We can define the size of Glyphicons Icons in Bootstrap by using following codes:

Example:

<html>

<head>

<link rel = "stylesheet" href = <link rel = "stylesheet"

href = "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">

i.mysize {font-size: 6em;}

</head>

<body>

<i class = "glyphicon glyphicon-tree-deciduous mysize"></i>

</body>

</html>

4.

What Is Bootstrap Glyphicons And How To Load The Font (library)?

Answer»

Bootstrap Glyphicons is a library of monochromatic icons. It provides 250 glyphs in FONT format. It is loaded the font with head HTML tag.

Example:

&LT;head>

<link rel = stylesheet

HREF = http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css>

</head>

Bootstrap Glyphicons is a library of monochromatic icons. It provides 250 glyphs in font format. It is loaded the font with head HTML tag.

Example:

<head>

<link rel = stylesheet

href = http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css>

</head>

5.

How Many Icons Font Provided By Material?

Answer»

Material provides 519 icons, FOLLOWING are given below:

Material provides 519 icons, following are given below:

6.

What Are Material Icons?

Answer»

Material Icons are simple and support all MODERN web browsers. It is based on VECTOR. It uses FONT (Library) class material-icons.

Example:

&LT;head&GT;

<link href = https://fonts.googleapis.com/icon?family=Material+Icons rel = stylesheet>

</head>

Material Icons are simple and support all modern web browsers. It is based on vector. It uses font (Library) class material-icons.

Example:

<head>

<link href = https://fonts.googleapis.com/icon?family=Material+Icons rel = stylesheet>

</head>

7.

What Are The Various Form Control Icons And Their Use?

Answer»

There are VARIOUS from control icons:

  • &LT;i class="fa fa-check-square CUSTOM"&GT;</i>
  • <i class="fa fa-check-square-o custom"></i>
  • <i class="fa fa-circle custom"></i>
  • <i class="fa fa-circle-o custom"></i>
  • <i class="fa fa-dot-circle-o custom"></i>
  • <i class="fa fa-minus-square custom"></i>
  • <i class="fa fa-minus-square-o custom"></i> ETC.

There are various from control icons:

8.

What Are The Icons Provide By Font Awesome?

Answer»

Font Awesome provides 519 Icons.

There are some following CATEGORIES:

  • Web Application Icons
  • Hand Icons
  • Transportation Icons
  • Gender Icons
  • File Type Icons
  • Spinner Icons
  • Form Control Icons
  • PAYMENT Icons ETC

Font Awesome provides 519 Icons.

There are some following categories:

9.

How Can We Define The Font Awesome Icons Size?

Answer»

We can define the size of Icons by using FOLLOWING CODES:

Example:

<html>

<head>

<link rel = "stylesheet"

href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

<style>

i.mysize{

font-size: 10EM;

}

</style>

</head>

<body>

<i CLASS = "FA fa-inr mysize"></i>

</body>

</html>

We can define the size of Icons by using following codes:

Example:

<html>

<head>

<link rel = "stylesheet"

href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

<style>

i.mysize{

font-size: 10em;

}

</style>

</head>

<body>

<i class = "fa fa-inr mysize"></i>

</body>

</html>

10.

How Can We Use Font Awesome Icons?

Answer»

We can USE web ICONS by using HTML &LT;i> element.

Example:

<html>

<HEAD>

<link rel = "stylesheet"

href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

</head>

<body>

<i class = "FA fa-inr"></i>

</body>

 </html>

We can use web icons by using HTML <i> element.

Example:

<html>

<head>

<link rel = "stylesheet"

href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

</head>

<body>

<i class = "fa fa-inr"></i>

</body>

 </html>

11.

What Are The Advantages Of Web Icons?

Answer»

There are following features of Web ICONS:

  • It is easy to USE.
  • We have to download only Library font FILES.
  • It helps to web developers to build an Icon.
  • All web icons USED within <I&GT; HTML tag.

There are following features of Web Icons:

12.

What Are The Web Icons Fonts?

Answer»

Web ICONS fonts are:

Web Icons fonts are:

13.

How Can We Link The Font Library?

Answer»

We can LINK the font library in HTML HEAD sections.

EXAMPLE:

<head>

<link rel = "STYLESHEET"

HREF="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

</head>

We can link the font library in HTML head sections.

Example:

<head>

<link rel = "stylesheet"

href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">

</head>

14.

What Is Web Icon?

Answer»

Web Icon is a symbol that is USED to REPRESENT a specific ACTION or a capability on a webpage. It is used in DOCUMENTS as well as APPLICATIONS.

Web Icon is a symbol that is used to represent a specific action or a capability on a webpage. It is used in documents as well as applications.