الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> img { float: none; } </style> </head> <body> <h1>CSS Float None</h1> <div> <img src="/tutorials/css/float/cat.png"/> This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- This is the default behaviour. First line of the text only appears next to image and the reset of text appear below the image. --- </div> </body> </html>