static S himgwh(S src, int w) { ret himgwh(src, w, w); } static S himgwh(S src, int w, int h) { ret tag("img", "", +src, width := w, height := h); }