Skip to main content

abbr

Function abbr 

Source
pub fn abbr() -> Element
Expand description

An abbreviation or acronym: <abbr>.

ยงExamples

use winged_rust::prelude::*;
let el = abbr();
assert_eq!(el.tag(), "abbr");