Html::img()
Generates an <img> tag
Html::img(string $src, array $attr = [ ]): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $srcrequired | string | no default value | The URL of the image | 
| $attr | array | [ ] | Additional attributes for the <img>tag | 
Return type
string
The generated HTML
Parent class
	Kirby\Cms\Html
		inherited from Kirby\Toolkit\Html