pub fn output() -> Element
The result of a calculation: <output>.
<output>
use winged_rust::prelude::*; let el = output(); assert_eq!(el.tag(), "output");