qr-code

Generating a Simple QR-Code with just HTML

无人久伴 提交于 2020-07-29 19:35:31
问题 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

Generating a Simple QR-Code with just HTML

坚强是说给别人听的谎言 提交于 2020-07-29 19:35:29
问题 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