abbr method

Th abbr(
  1. String a
)

Implementation

Th abbr(String a) {
  attr('abbr', StringAttribute(a));
  return this;
}