FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

TheBestTutorials.css Code


Displaying Examples

The TheBestTutorials-example class is designed to display examples in a grey container:

Example

  • Jill
  • Eve
  • Adam

Try It Yourself »


Displaying Code

The TheBestTutorials-code class is designed for displaying code.

It displays code with a well readable mono-spaced font.

Example

fruits[0] = "Banana";
fruits[1] = "Apple";
fruits[2] = "Mango";
fruits[3] = "Plum";

Try It Yourself »


Code Coloring

TheBestTutorials provides a JavaScript library for coloring code.

Example

fruits[0] = "Banana";
fruits[1] = "Apple";
fruits[2] = "Mango";
fruits[3] = "Plum";

You can download the library from here: http://tutorials/lib/subhodayacodecolor.js


Displaying JavaScript

Use the jsHigh class together with TheBestTutorials-code to highlight JavaScript code.

Example

<div class="subhodaya-code jsHigh">

.. JavaScript code here

</div>
Try It Yourself »

Displaying HTML

Use htmlHigh together with TheBestTutorials-code to highlight HTML code.

Example

<div class="subhodaya-code htmlHigh">

.. HTML code goes here

</div>
Try It Yourself »

Displaying CSS

Use cssHigh together with subhodaya-code to highlight CSS code.

Example

<div class="subhodaya-code cssHigh">

.. CSS code here

</div>
Try It Yourself »