dm_html_image Function

public pure function dm_html_image(src, alt) result(html)

Returns HTML image tag. This function does not encode the arguments.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: src

Image source.

character(len=*), intent(in) :: alt

Image alt tag.

Return Value character(len=:), allocatable

Generated HTML.