dm_html_img Function

public pure function dm_html_img(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.