Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS clear property</title> </head> <body> <div style="width:210px;"> <p style="float: left; margin: 5px; font-size: 20px;"> Float </p> <p style="clear: both;">This paragraph display clear both side and CSS font-size 18px are set.</p> </div> </body> </html>
  Preview Arrow