Render a clear-float element as an invisible <div> with the appropriate CSS clear property.
<div>
clear
The output matches Wikidot's rendering: a zero-height div with font-size: 1px to prevent layout collapse in some browsers.
font-size: 1px
The current render context.
CSS clear direction ("left", "right", or "both").
"left"
"right"
"both"
Render a clear-float element as an invisible
<div>with the appropriate CSSclearproperty.The output matches Wikidot's rendering: a zero-height div with
font-size: 1pxto prevent layout collapse in some browsers.