General
Template
Layout
Typography
Navigational
Informational
Data
Input
Images
Header
Footer
Components - codes

Components - Code Containers - Link box

Code container simple one with default syntax highlight

Code Container boxes - Link box

Link Box: Simple Code Container boxes without background

Just a simple code container with a box. With required margins , padding and default code highlight as well.

Javascript, css and other codes can be as is. No conversion needed.

HTML codes to Entities

For HTML code, have the html tags converted to html entities. Java script and CSS codes could be written as is.

Convert html codes to html entities

  • < (less than sign) becomes &lt; or &#60;
  • > (greater than sign) becomes &gt; or &#62;
  • & (ampersand sign) becomes &amp; or &#38;
  • " (double quote sign) becomes &quot; or &#34;
  • ' (apostrophe/single quote sign) becomes &apos; or &#39;

Implementation Code and the output

Sample with the code included

Output Sample

Link Box: another simple example

Implementation Code and the output

Link Box: Javascript Example

Sample with the code included

Output Sample

Link Box: CSS Example

Sample with the code included

Output Sample