Answers for "html string apostrophe"

2

howto include the single quotes in html

<input value='it's'/>
Simply replace ' with &#39; (e.g TechLead&#39;s will display as TechLead's)
Posted by: Guest on June-18-2020

Code answers related to "html string apostrophe"

Browse Popular Code Answers by Language