Prev Demo
CSS3
>
Float
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <body> <p>Float</p> <p style="float:right">This is techfunda</p> <br /> <p style="float:left">This is Dotnetfunda</p> </body> </body> </html>
Note: We DO NOT save your trial code in our database.
Output