HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> img{ width: 125px; height: 100px; float: left; } #point{ clear: left; } </style> </head> <body> <h1>CSS clear Property</h1> <img src="car-left.png"> <p> This is first paragraph.</p> <p id="point"> This is second paragraph.</p> </body> </html>
OUTPUT
×

Save as Private