الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> img { float: right; margin-left: 5px; } </style> </head> <body> <h1>CSS Float Right</h1> <div> <img src="/tutorials/css/float/cat.png"/> The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. --- The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. --- The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. --- The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. --- The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. --- The image is floating at the right of the div element and the text is trying to be visible on all available places next to the image. </div> </body> </html>