Skip to content

Kirby 4.1.2

Html::img()

Generates an <img> tag

Html::img(string $src, array $attr = [ ]): string

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