Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 346 Bytes

max.md

File metadata and controls

23 lines (15 loc) · 346 Bytes

HAPEL Method Parameters


$max

(int), (optional), default: varies

Adds the max attribute to an HTML tag.

Value Use
int adds the value of int as the attribute

Examples:

$max = 100;
<tag max="100" {...}