How to have quotation marks in HTML input values [duplicate]

Yes, using " works:

<input type="text" name="last_name" value="&quot;My quote!&quot;" />

Leave a Comment