Untitled
unknown
html
4 years ago
606 B
2
Indexable
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <script src="coba.js"></script> </head> <body> <div id="petition-form"> <form> <input id="first-name" type="text"> <input id="last-name" type="text"> <input id="city" type="text"> <input id="zip-code" type="number"> <div id="warning"></div> <button type="submit" id="submit-form-button">Submit</button> </form> </div> </body> </html>
Editor is loading...