UNPKG

learnyouhtml

Version:

Learn you how to create your first web-page

15 lines (14 loc) 239 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Links</title> </head> <body> <form action="#"> <input type="text"> <input type="password"> <input type="submit"> </form> </body> </html>