Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 342 Bytes

min.md

File metadata and controls

23 lines (15 loc) · 342 Bytes

HAPEL Method Parameters


$min

(int), (optional), default: varies

Adds the min attribute to an HTML tag.

Value Use
int adds the value of int as the attribute

Examples:

$min = 5;
<tag min="5" {...}