1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html> <html> <head> <title>Golf | Albatross.swift</title> </head> <body> <h1>Golf</h1> <form method="post"> <div> <label for="name">名前</label> <input type="text" name="name" required> </div> <div> <button type="submit">開始</button> </div> </form> </body> </html>