dm_html_label Function

public pure function dm_html_label(str, for) result(html)

Returns HTML label element. This function does not encode the arguments.

Arguments

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

Label string.

character(len=*), intent(in), optional :: for

Label for attribute.

Return Value character(len=:), allocatable

Generated HTML.