问题 I came across this APIserver to generate the QRCode but I was wondering is it possible to just use HTML to generate the QRcode for example this is what I was thinking <input id="text" type="text" value="Please Enter Your NRIC or Work Permit" style="Width:20%"/> <img src="https://api.qrserver.com/v1/create-qr-code/?data=HelloWorld&size=100x100" alt="" title="HELLO" /> In the "title" I believe it is where you will write your text and the QR code would generate, I was wondering how can I create