httpEquiv method

Meta httpEquiv(
  1. String he
)

Implementation

Meta httpEquiv(String he) {
  attr('http-equiv', StringAttribute(he));
  return this;
}