linktag#

linktag(text: str, style: Optional[Dict[str, Any]] = None, is_for_iframe_with_srcdoc: bool = False, **kwargs) str[source]#

Return html a tag.

Parameters
styleOptional[Dict[str, Any]], default None

tag style rules

is_for_iframe_with_srcdocbool, default False

anchor links, in order to work within iframe require additional prefix ‘about:srcdoc’. This flag tells function whether to add that prefix to the anchor link or not

**kwargs

other tag attributes

Returns
str