Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> </head> <body> <form> <fieldset> <legend>Information personnelle:</legend> Nom: <input type="text"><br/><br/> E-mail: <input type="text"><br/><br/> Date de naissance: <input type="text"><br/><br/> Lieu de naissance: <input type="text"> </fieldset> </form> </body> </html>