alt method

Img alt(
  1. String text
)

Implementation

Img alt(String text) {
  attr('alt', StringAttribute(text));
  return this;
}