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.
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