Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> section { afficher: bloc; } </style> </head> <body> <p>Un élément de section est affiché comme ceci :</p> <section> <h1>WWF</h1> <p>Le Fonds mondial pour la nature (WWF) est une organisation internationale travaillant sur des questions concernant la conservation, la recherche et la restauration de l'environnement, anciennement nommée le Fonds mondial pour la faune. WWF a été fondé en 1961.</p> </section> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>