Html::img()
Generates an <img> tag
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $src * | string |
– | The URL of the image |
| $attr | array |
[ ] |
Additional attributes for the <img> tag |
Return type
string
Parent class
Kirby\Cms\Html inherited from Kirby\Toolkit\Html