Hello,
Is it possible to convert html tags to html entities using javascript/jquery using any way possible such as regex or some other way. If yes, then how?
Example:
<div>
should be converted to <div>
Note: I am not talking about server-side languages.