How do I escape a double quote in html?
I want to use it like this
I've triedCode:<input type="text" value="John said "Hello, there"?" />
andCode:<input type="text" value="John said \"Hello, there\"?" />
Code:<input type="text" value="John said 'Hello, there'?" />



Reply With Quote

Bookmarks