Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'attribut de forme d'objet</h1> <form action="https://www.w3schools.com/action_page.php" id="form1"> First name: <input type="text" name="fname"><br> <input type="submit" value="Submit"> </form> <object data="pic_trulli.jpg" width="300" height="200"></object> <p><b>Remarque :</b>L'attribut form n'est pas pris en charge dans aucun des principaux navigateurs.</p> </body> </html>