Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 369 Bytes

src.md

File metadata and controls

22 lines (15 loc) · 369 Bytes

HAPEL Method Parameters


$src

(string), (required)

Adds the src attribute to an HTML tag.

Value Use
string adds the value of 'string' as the attribute

Examples:

$src = 'my-file.html';
<tag src="my-file.html" {...}