$h
->implicit([boolean
])
Indicates whether the element was contained in the original document (false)
or whether it was assumed to be implicit (true) by the parser. Implicit
tags are elements that the parser included appropriate to conform to
proper HTML structure, such as an ending paragraph tag
(</p>
).
You may also set this attribute by providing a boolean argument.