href_lang method

href_lang

Sets the ‘hreflang’ attribute of the SVG ‘a’ element, indicating the language of the linked resource.

Returns

The current instance of SVGAElementBuilder for method chaining.

def href_lang(self, value):
    ...
ParameterTypeDescription
valuestrThe language code of the linked resource.

See Also