base package:blaze-html

Combinator for the <base /> element. Example:
base
Result:
<base />
Combinator for the <basefont /> element. Example:
basefont
Result:
<basefont />
Combinator for the codebase attribute. Example:
div ! codebase "bar" $ "Hello."
Result:
<div codebase="bar">Hello.</div>