How to Write HTML Javascript Code in Blog Article or Posting

The main principle to make any html or javascript code appear in an article or post as you write it is you have to convert or encode the code. For that purpose you can either convert or encode it online or manually. Here’s how.

A. ONLINE COVERSION

1. Visit one of these Encode Decode HTML/JAVASCRIPT Converter here or here.

2. Enter the html / javascript codes you’d like to convert or encode, then click “Encode” or “Convert” menu.

3. Copy & paste the encoded /converted codes into your article / post.
Important: click HTML mode, not VISUAL before pasting the encoded html code.

B. MANUAL CONVERSION

1. Change code < into &lt;

2. Change code > into &gt;

Don’t forget posting box has to be in HTML mode, not VISUAL before entering the converted/encoded code.

Good luck!