can I use single quotes in HTML tags? code example
Example: howto include the single quotes in html
<input value='it's'/>
Simply replace ' with ' (e.g TechLead's will display as TechLead's)
<input value='it's'/>
Simply replace ' with ' (e.g TechLead's will display as TechLead's)