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> <h2>Images flottantes</h2> <p><strong>Faites flotter l'image à droite :</strong></p> <p> <img src="smiley.gif" alt="Smiley face" style="float:right;width:42px;height:42px;"> Un paragraphe avec une image flottante. Un paragraphe avec une image flottante. Un paragraphe avec une image flottante. </p> <p><strong>Faites flotter l'image à gauche :</strong></p> <p> <img src="smiley.gif" alt="Smiley face" style="float:left;width:42px;height:42px;"> Un paragraphe avec une image flottante. Un paragraphe avec une image flottante. Un paragraphe avec une image flottante. </p> </body> </html>