A tool that performs character conversion to display HTML tags in a browser. 

This article can be read in about 2 minutes.
PR

The purpose 

To display HTML tags on a website, you need to replace the < and > characters with different strings. (This is because the browser interprets them as tags if they are present in the text.) Since this needs to be done repeatedly when explaining HTML coding, and it’s tedious, I created an automation tool.

PR

Tool

Enter the string you want to convert into the upper textbox and click the CONVERT button.

The converted string will be displayed in the lower textbox.

comment

Copied title and URL