Kutipan HTML Escape dalam Atribut

<input value="&quot;Hello world&quot;" />

<!-- Value of the input will be:
 	"Hello world"-->
Robotechnic