Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS float property</title> </head> <body> <div style="width:250px; float:right; background-color: orange;"> <p>This paragraph is display right side and CSS font-size 20 pixel set.</p> </div> </body> </html>
  Preview Arrow